[[bin]]
name = "ethpm"
[dependencies.clap]
version = "2.33"
[dependencies.rustc-hex]
version = "2.0.1"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.80"
[dependencies.serde-json-core]
optional = true
version = "0.0.1"
[dependencies.serde_json]
optional = true
version = "1.0"
[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"]
[package]
authors = ["Bryant Eisenbach <fubuloubu@gmail.com>", "Sean Coughlin <sean@froth.com>"]
description = "Rust library for EthPM package manifest and registry operations"
edition = "2018"
homepage = "https://ethpm.github.io/ethpm-spec/"
license = "MIT"
name = "ethpm"
repository = "https://github.com/ethpm/ethpm-rs"
version = "0.1.0-alpha.3"