# 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 = "niftygate-contract" version = "0.8.0" authors = ["Chris Olstrom "] description = "Standalone Contract Utility from NiftyGate" documentation = "https://docs.rs/niftygate-contract/" license = "MIT" repository = "https://github.com/colstrom/niftygate/" [dependencies.anyhow] version = "1.0.57" [dependencies.async-std] version = "1.11.0" features = ["attributes"] [dependencies.chrono] version = "0.4.19" [dependencies.ethcontract] version = "0.17.0" features = [ "derive", "ws-async-std", "ws-tls-async-std", ] default-features = false [dependencies.hex] version = "0.4.3" [dependencies.humantime] version = "2.1.0" [dependencies.niftygate-bindings] version = "0.8.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.structopt] version = "0.3.26" [dependencies.tide] version = "0.16.0"