# 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] name = "sophon-types" version = "0.4.2" authors = ["Susy Technologies "] description = "Sophon types" homepage = "https://github.com/susytech/primitives" license = "MIT" [dependencies.crunchy] version = "0.1" [dependencies.ethbloom] version = "0.5" default-features = false [dependencies.fixed-hash] version = "0.2" default_features = false [dependencies.serde] version = "1.0" optional = true [dependencies.sophon-types-serialize] version = "0.2.2" optional = true [dependencies.uint] version = "0.4" default_features = false [dev-dependencies.serde_json] version = "1.0" [features] default = ["std", "heapsizeof", "serialize"] heapsizeof = ["uint/heapsizeof", "fixed-hash/heapsizeof", "ethbloom/heapsizeof"] serialize = ["std", "sophon-types-serialize", "serde", "ethbloom/serialize"] std = ["uint/std", "fixed-hash/std", "ethbloom/std"]