# 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.65" name = "identity_core" version = "1.4.0" authors = ["IOTA Stiftung"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The core traits and types for the identity-rs library." homepage = "https://www.iota.org" readme = "README.md" keywords = [ "iota", "tangle", "identity", ] license = "Apache-2.0" repository = "https://github.com/iotaledger/identity.rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "identity_core" path = "src/lib.rs" [[test]] name = "custom_time" path = "tests/custom_time.rs" required-features = ["custom_time"] [dependencies.multibase] version = "0.9" features = ["std"] default-features = false [dependencies.serde] version = "1.0" features = [ "alloc", "derive", "std", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["std"] default-features = false [dependencies.strum] version = "0.25" features = [ "std", "derive", ] default-features = false [dependencies.thiserror] version = "1.0" default-features = false [dependencies.time] version = "0.3.23" features = [ "std", "serde", "parsing", "formatting", ] default-features = false [dependencies.url] version = "2.4" features = ["serde"] default-features = false [dependencies.zeroize] version = "1.6" default-features = false [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [features] custom_time = [] default = ["dep:js-sys"] [target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies.js-sys] version = "0.3.55" optional = true default-features = false [lints.clippy] result_large_err = "allow"