# 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 = "in3" version = "0.1.8" authors = ["slock.it "] description = "High-level bindings to IN3 library" homepage = "https://slock.it/incubed/" documentation = "https://in3.readthedocs.io" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/blockchainsllc/in3/releases" [dependencies.async-std] version = "=1.5.0" optional = true [dependencies.async-trait] version = "0.1.30" [dependencies.base64] version = "0.12.1" [dependencies.ethereum-types] version = "0.9.0" [dependencies.in3-sys] version = "3.3.0" [dependencies.libc] version = "0.2" default-features = false [dependencies.rustc-hex] version = "1.0.0" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.surf] version = "1.0.3" [dev-dependencies.async-std] version = "=1.5.0" [features] blocking = ["async-std"]