# 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 = "packable" version = "0.11.0" authors = ["IOTA Stiftung"] description = "A crate for packing and unpacking binary representations." homepage = "https://www.iota.org" readme = "README.md" keywords = [ "binary", "no_std", "serialization", "packable", ] license = "Apache-2.0" repository = "https://github.com/iotaledger/common-rs" [dependencies.hashbrown] version = "0.14.3" features = [ "ahash", "inline-more", ] default-features = false [dependencies.packable-derive] version = "=0.10.0" default-features = false [dependencies.primitive-types] version = "0.12.2" optional = true default-features = false [dependencies.serde] version = "1.0.195" features = [ "derive", "alloc", ] optional = true default-features = false [build-dependencies.autocfg] version = "1.1.0" default-features = false [features] io = ["std"] serde = [ "dep:serde", "hashbrown/serde", ] std = [ "serde?/std", "primitive-types?/std", ] usize = []