# 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 = "usig" version = "0.11.0" description = "Unique Sequential Identifier Generator" license = "MIT" repository = "https://github.com/abcperf/usig" [dependencies.derivative] version = "2.2" [dependencies.ed25519-dalek] version = "2.0" features = [ "serde", "rand_core", ] [dependencies.generic-array] version = "0.14" features = ["serde"] [dependencies.hmac] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.shared-ids] version = "0.11.0" [dependencies.signature] version = "2.0" [dependencies.thiserror] version = "1.0" [dependencies.trait-alias-macro] version = "0.10.0" [dev-dependencies.sha2] version = "0.10"