17 lines
352 B
TOML
17 lines
352 B
TOML
[package]
|
|
name = "zero-copy-deserialize"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dhat = "0.3.0"
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
|
|
[features]
|
|
dhat-heap = [] # if you are doing heap profiling
|
|
dhat-ad-hoc = [] # if you are doing ad hoc profiling
|