# 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 = "factom" version = "2.1.1" authors = ["Mitchell Berry <17392435+MitchellBerry@users.noreply.github.com>"] description = "Factom API client" homepage = "https://github.com/kompendium-llc/factom-rust-client" readme = "readme.md" license = "Apache-2.0" repository = "https://github.com/kompendium-llc/factom-rust-client" [[bench]] name = "benches" harness = false [dependencies.bytes] version = "0.5.2" [dependencies.futures] version = "0.3.1" [dependencies.futures-util] version = "0.3.1" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.13.0" [dependencies.hyper-tls] version = "0.4.0" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_derive] version = "1.0.103" [dependencies.serde_json] version = "1.0.44" [dependencies.tokio] version = "0.2.4" features = ["macros"] optional = true [dependencies.tokio-executor] version = "=0.2.0-alpha.6" optional = true [dependencies.url] version = "2.1.0" [dev-dependencies.bs58] version = "0.2.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hex] version = "0.4.0" [dev-dependencies.rand] version = "0.7.2" [dev-dependencies.sha2] version = "0.8.0" [features] default = ["tokio", "tokio-executor"] [badges.maintenance] status = "passively-maintained"