# 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 = "2018" name = "cml-crypto" version = "6.0.1" authors = ["dcSpark"] description = "Multiplatform SDK for Cardano-related cryptographic functionality" documentation = "https://github.com/dcSpark/cardano-multiplatform-lib/docs" readme = "README.md" keywords = ["cardano"] license = "MIT" repository = "https://github.com/dcSpark/cardano-multiplatform-lib" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.base64] version = "0.21.5" [dependencies.bech32] version = "0.7.2" [dependencies.cbor_event] version = "2.2.0" [dependencies.cfg-if] version = "1" [dependencies.cml-core] version = "6.0.1" [dependencies.cryptoxide] version = "0.4.2" [dependencies.derivative] version = "2.2.0" [dependencies.digest] version = "^0.9" [dependencies.ed25519-bip32] version = "0.4.1" [dependencies.hex] version = "0.4.0" [dependencies.rand] version = "0.8.5" [dependencies.schemars] version = "0.8.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.sha2] version = "^0.9" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.quickcheck] version = "0.9.2" [dev-dependencies.quickcheck_macros] version = "0.9.1" [dev-dependencies.rand_chacha] version = "0.3.1"