# 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 = "activeledger" version = "0.1.1" authors = ["Chris Holdt <4070267+Chris-Holdt@users.noreply.github.com>"] exclude = ["testfiles/**"] description = "Rust SDK for easy connection to Activeledger networks" homepage = "https://activeledger.io" readme = "README.md" keywords = ["activeledger", "dlt", "blockchain", "distributed", "ledger"] license-file = "LICENSE" repository = "https://github.com/activeledger/SDK-Rust" [[bench]] name = "key_gen" harness = false [dependencies.base64] version = "0.10.1" [dependencies.openssl] version = "0.10.24" features = ["vendored"] [dependencies.reqwest] version = "0.9.20" [dependencies.serde_json] version = "1.0.40" [dependencies.url] version = "2.1.0" [dev-dependencies.criterion] version = "0.3"