# 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 = "ssi-multicodec" version = "0.2.0" authors = ["Spruce Systems, Inc."] description = "Implementation of the Multicodec specification for the ssi library" documentation = "https://docs.rs/ssi-multicodec/" license = "Apache-2.0" repository = "https://github.com/spruceid/ssi/" [dependencies.ed25519-dalek] version = "2.0" optional = true [dependencies.k256] version = "0.13.1" optional = true [dependencies.p256] version = "0.13.2" optional = true [dependencies.p384] version = "0.13.0" optional = true [dependencies.thiserror] version = "1.0.40" [dependencies.unsigned-varint] version = "0.7.1" features = ["std"] [dependencies.zkryptium] version = "0.2.2" optional = true [build-dependencies.csv] version = "1.2.2" [build-dependencies.thiserror] version = "1.0.40" [features] bls12-381 = ["zkryptium"] ed25519 = [ "ed25519-dalek", "k256", "p256", "p384", ] k256 = ["dep:k256"] p256 = ["dep:p256"] p384 = ["dep:p384"]