# 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 = "ethpm" version = "0.1.0-alpha.3" authors = ["Bryant Eisenbach ", "Sean Coughlin "] description = "Rust library for EthPM package manifest and registry operations" homepage = "https://ethpm.github.io/ethpm-spec/" license = "MIT" repository = "https://github.com/ethpm/ethpm-rs" [[bin]] name = "ethpm" [dependencies.clap] version = "2.33" [dependencies.rustc-hex] version = "2.0.1" [dependencies.serde] version = "1.0.80" features = ["derive"] optional = true [dependencies.serde-json-core] version = "0.0.1" optional = true [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.assert_cmd] version = "0.10" [dev-dependencies.paste] version = "0.1" [dev-dependencies.proptest] version = "0.9.4" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.web3] version = "0.8.0" [features] default = ["serde", "serde_json"] no-std = ["serde-json-core"] std = ["serde", "serde_json"]