# 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 = "holochain_nonce" version = "0.3.4" authors = ["Holochain Core Dev Team "] description = "This crate is for generating nonces." homepage = "https://github.com/holochain/holochain" documentation = "https://docs.rs/holochain_nonces" readme = "README.md" license = "Apache-2.0" [dependencies.getrandom] version = "0.2.7" features = ["std"] default-features = false [dependencies.holochain_secure_primitive] version = "^0.3.4" default-features = false [dependencies.kitsune_p2p_timestamp] version = "^0.3.4" [lints.clippy] cargo = "allow" complexity = "deny" correctness = "deny" dbg_macro = "deny" nursery = "allow" pedantic = "allow" perf = "deny" restriction = "allow" style = "deny"