# 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-common" version = "0.6.0" authors = ["IOTA Stiftung"] description = "Common utilities used across the bee framework" homepage = "https://www.iota.org" readme = "README.md" keywords = ["iota", "tangle", "bee", "framework", "common"] license = "Apache-2.0" repository = "https://github.com/iotaledger/bee" [dependencies.fern] version = "0.6.0" features = ["colored"] default-features = false [dependencies.jsonwebtoken] version = "7.2.0" optional = true default-features = false [dependencies.log] version = "0.4.14" features = ["serde"] default-features = false [dependencies.rand] version = "0.8.4" optional = true default-features = false [dependencies.rust-argon2] version = "0.8.3" optional = true default-features = false [dependencies.serde] version = "1.0.130" features = ["std", "derive"] default-features = false [dependencies.thiserror] version = "1.0.30" default-features = false [dependencies.time] version = "0.3.0" features = ["formatting", "local-offset"] default-features = false [build-dependencies.autocfg] version = "1.0.0" default-features = false [features] auth = ["jsonwebtoken", "rand", "rust-argon2"]