# 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 = "nautilus-identity" version = "0.1.0" description = "This is a library used for generating Decentralied Identity" readme = "README.md" keywords = [ "decentralization", "prototype", "Peer-2-Peer", ] license = "MIT OR Apache-2.0" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4" [dependencies.prost] version = "0.11" [dependencies.prost-types] version = "0.11" [dependencies.rand_core] version = "0.6" [dependencies.rsa] version = "0.9.6" features = ["sha2"] [dependencies.sha2] version = "0.10.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.0" features = ["v4"] [dependencies.zeroize] version = "1.0" [dev-dependencies.tokio-test] version = "0.4" [build-dependencies.prost-build] version = "0.11"