# 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 = "solid-core" version = "0.1.5" authors = ["Daniel Akhterov "] description = "Core for the `solid` crate. Not intended to be used directly." license = "MIT OR Apache-2.0" repository = "https://github.com/danielakhterov/solid" [dependencies.anyhow] version = "1.0.26" [dependencies.byteorder] version = "1.3.2" [dependencies.ethereum-types] version = "0.9.0" optional = true [dependencies.fixed] version = "0.5.4" optional = true [dependencies.hex] version = "0.4.0" [dependencies.num-bigint] version = "0.2.6" optional = true [dependencies.serde] version = "1.0.104" features = ["derive"] optional = true [dependencies.sha3] version = "0.8.2" [dependencies.thiserror] version = "1.0.10" [features] bigint = ["num-bigint"] default = ["serde"] derive = ["serde"] eth_types = ["ethereum-types"] nightly = []