# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "caelum-vcdm" version = "0.2.0" authors = ["Caelum-Labs "] description = "This crates implements w3's Verifiable Credential Data Model" documentation = "https://docs.rs/caelum-vcdm" readme = "README.md" keywords = ["dids", "parity", "substrate", "ids", "credentials"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/caelum-tech/caelum-vcdm/" [profile.release] opt-level = "s" [lib] name = "caelum_vcdm" crate-type = ["lib", "cdylib"] path = "src/lib.rs" [dependencies.base64] version = "0.10" [dependencies.bytes] version = "0.4" [dependencies.chrono] version = "0.4.9" [dependencies.ed25519-dalek] version = "1.0.0-pre.2" [dependencies.hex] version = "0.4" [dependencies.linked-hash-map] version = "0.5" features = ["serde_impl"] [dependencies.rand_core] version = "0.5.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.sha2] version = "0.8" [dependencies.stdweb] version = "0.4.20" [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [dev-dependencies.rand_core] version = "0.5.1" [dev-dependencies.wasm-bindgen-test] version = "0.2"