# 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 = "2018" name = "auditable-serde" version = "0.8.0" authors = ['Sergey "Shnatsel" Davidoff '] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Serialize/deserialize data encoded by `cargo auditable`" readme = "README.md" categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-secure-code/cargo-auditable" [package.metadata.docs.rs] all-features = true [lib] name = "auditable_serde" path = "src/lib.rs" [dependencies.schemars] version = "0.8.10" optional = true [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.topological-sort] version = "0.2.2" [features] default = [] schema = ["schemars"]