# 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 = "delano-keys" version = "0.1.1" authors = ["Doug Anderson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for working with Delano keys" homepage = "https://github.com/DougAnderson444/delanocreds" readme = "README.md" license = "MIT" repository = "https://github.com/DougAnderson444/delanocreds" [lib] name = "delano_keys" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.blastkids] version = "0.2.0" [dependencies.bls12_381_plus] version = "0.8.16" features = [ "expose-fields", "alloc", "expose-fields", "alloc", ] [dependencies.cid] version = "0.11.1" optional = true [dependencies.getrandom] version = "0.2" [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0.130" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.sha2] version = "0.10" [dev-dependencies.rand] version = "0.8" [features] default = [ "serde", "publish", ] publish = [ "cid", "serde_json", ]