# 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-core" version = "6.0.1" authors = ["dcSpark"] description = "Multiplatform SDK for core Cardano blockchain 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.13" [dependencies.bech32] version = "0.7.2" [dependencies.cbor_event] version = "2.2.0" [dependencies.cfg-if] version = "1" [dependencies.derivative] version = "2.2.0" [dependencies.fraction] version = "0.10.0" [dependencies.getrandom] version = "0.2.3" features = ["js"] [dependencies.hex] version = "0.4.0" [dependencies.itertools] version = "0.10.1" [dependencies.linked-hash-map] version = "0.5.3" [dependencies.num-bigint] version = "0.4.0" [dependencies.num-integer] version = "0.1.45" [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.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"