# 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" rust-version = "1.57" name = "supply-chain-trust-example-crate-000029" version = "2.0.0-alpha.7" authors = ["Hassnain"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "'Small vector' optimization: store up to a small number of items on the stack" documentation = "https://docs.rs/smallvec/" readme = "README.md" keywords = [ "small", "vec", "vector", "stack", "no_std", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "supply_chain_trust_example_crate_000029" path = "src/lib.rs" [[test]] name = "macro" path = "tests/macro.rs" [[bench]] name = "bench" path = "benches/bench.rs" [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.bincode] version = "1.0.1" [features] extract_if = [] may_dangle = [] specialization = [] std = []