# 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.75.0" name = "bounded-collections" version = "0.2.2" authors = ["Parity Technologies "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bounded types and their supporting traits" homepage = "https://github.com/paritytech/parity-common" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "bounded_collections" path = "src/lib.rs" [dependencies.codec] version = "3.3.0" features = ["max-encoded-len"] default-features = false package = "parity-scale-codec" [dependencies.log] version = "0.4.17" default-features = false [dependencies.scale-info] version = ">=1.0, <3" features = ["derive"] default-features = false [dependencies.schemars] version = ">=0.8.12" optional = true default-features = true [dependencies.serde] version = "1.0.101" features = [ "alloc", "derive", ] optional = true default-features = false [dev-dependencies.serde_json] version = "1.0.41" [features] default = ["std"] json-schema = ["dep:schemars"] std = [ "log/std", "codec/std", "scale-info/std", "serde/std", ]