# 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 = "bee-ternary" version = "1.0.0" authors = ["IOTA Stiftung"] description = "Ergonomic ternary manipulation utilities" homepage = "https://www.iota.org" readme = "README.md" keywords = [ "iota", "tangle", "bee", "framework", "ternary", ] license = "Apache-2.0" repository = "https://github.com/iotaledger/bee" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.num-traits] version = "0.2.15" default-features = false [dependencies.serde] version = "1.0.143" optional = true default-features = false [dev-dependencies.hex] version = "0.4.3" features = ["std"] default-features = false [dev-dependencies.rand] version = "0.8.5" features = [ "min_const_gen", "std", "std_rng", ] default-features = false [dev-dependencies.serde] version = "1.0.137" default-features = false [dev-dependencies.serde_json] version = "1.0.81" features = ["alloc"] default-features = false [build-dependencies.autocfg] version = "1.1.0" default-features = false [features] std = []