[build-dependencies.build_const]
version = "0.2"
[build-dependencies.hex]
package = "const-hex"
version = "1.10"
[build-dependencies.semver]
features = ["serde"]
version = "1"
[build-dependencies.serde_json]
version = "1"
[build-dependencies.svm]
default-features = false
features = ["blocking", "rustls"]
package = "svm-rs"
version = "0.5.8"
[dependencies.build_const]
version = "0.2"
[dependencies.hex]
package = "const-hex"
version = "1.10"
[dependencies.semver]
features = ["serde"]
version = "1"
[features]
_offline = []
[lib]
name = "svm_rs_builds"
path = "src/lib.rs"
[lints.clippy]
dbg-macro = "warn"
manual-string-new = "warn"
missing-const-for-fn = "warn"
needless-return = "allow"
redundant-clone = "warn"
uninlined-format-args = "warn"
use-self = "warn"
[lints.rust]
redundant-lifetimes = "warn"
rust-2018-idioms = "warn"
unnameable-types = "warn"
unused-must-use = "warn"
[lints.rustdoc]
all = "warn"
[package]
authors = ["Rohit Narurkar <rohit.narurkar@protonmail.com>", "Matthias Seitz <matthias.seitz@outlook.de>", "DaniPopes <57450786+DaniPopes@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Solidity compiler builds"
edition = "2021"
homepage = "https://github.com/alloy-rs/svm-rs"
license = "MIT OR Apache-2.0"
name = "svm-rs-builds"
readme = "README.md"
repository = "https://github.com/alloy-rs/svm-rs"
rust-version = "1.80"
version = "0.5.8"
[package.metadata.docs.rs]
features = ["_offline"]