openethereum/crates/util/version/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
440 B
TOML
Raw Normal View History

[package]
name = "parity-version"
2020-09-22 14:53:52 +02:00
# NOTE: this value is used for OpenEthereum version string (via env CARGO_PKG_VERSION)
2021-02-23 16:44:55 +01:00
version = "3.2.0-rc.1"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
[package.metadata]
[dependencies]
parity-bytes = "0.1"
rlp = { version = "0.3.0", features = ["ethereum"] }
target_info = "0.1"
[build-dependencies]
vergen = "0.1"
rustc_version = "0.2"
toml = "0.4"
2018-01-02 11:02:04 +01:00
[features]
final = []