# 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.78.0" name = "did-simple" version = "0.0.2" publish = true description = "Dead simple DIDs" readme = "README.md" license = "MIT OR BSD-2-Clause-Patent OR Apache-2.0" repository = "https://github.com/NexusSocial/nexus-vr" [dependencies.bs58] version = "0.5.1" [dependencies.bytes] version = "1.6.0" [dependencies.curve25519-dalek] version = "4.1.2" optional = true [dependencies.ed25519-dalek] version = "2.1.1" features = ["digest"] optional = true [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] optional = true [dependencies.thiserror] version = "1.0.60" [dev-dependencies.eyre] version = "0.6.12" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.itertools] version = "0.13.0" [features] allow-unsafe = [] default = [ "ed25519", "random", ] ed25519 = [ "dep:curve25519-dalek", "dep:ed25519-dalek", ] random = [ "dep:rand_core", "ed25519-dalek?/rand_core", ]