# 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 = "ghostkey_lib" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for working with Freenet's Ghost Keys" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/freenet/freenet-core" [lib] name = "ghostkey_lib" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.blind-rsa-signatures] version = "0.15.1" [dependencies.ciborium] version = "0.2.2" [dependencies.curve25519-dalek] version = "4.1.3" features = [ "rand_core", "serde", ] [dependencies.ed25519-dalek] version = "2.1.1" features = [ "rand_core", "serde", ] [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-reflection] version = "0.4.0" [dependencies.serde_bytes] version = "0.11" [dependencies.sha2] version = "0.11.0-pre.4"