# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "treaty" version = "0.0.1" include = [ "LICENSE-APACHE", "LICENSE-MIT", "README.md", "empty.rs", ] description = "Next generation serialization" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/konnorandrews/treaty" [profile.test.package.proptest] opt-level = 3 [profile.test.package.rand_chacha] opt-level = 3 [lib] name = "treaty" path = "empty.rs" [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.macro_rules_attribute] version = "0.2.0" [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.serde_json] version = "1.0.114" [dev-dependencies.tokio] version = "1.36.0" features = ["full"] [features] alloc = ["serde?/alloc"] default = [ "std", "serde", ] serde = ["dep:serde"] std = [ "alloc", "serde?/std", ]