solc 0.0.2

Solidity compiler bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "solc"
description = "Solidity compiler bindings for Rust"
version = "0.0.2"
license = "MIT"
repository = "https://github.com/bidentxyz/solc-rs"
edition = "2024"

[dependencies]
# JSON
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"