# 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 = "s-types" version = "0.4.0" authors = ["Susy Technologies "] description = "Sophon types" homepage = "https://github.com/susytech/primitives" license = "MIT" [dependencies.crunchy] version = "0.1" [dependencies.fixed-hash] version = "0.2.3" default_features = false [dependencies.s-types-serialize] version = "0.2.1" optional = true [dependencies.sbloom] version = "0.5.0" default-features = false [dependencies.serde] version = "1.0" optional = true [dependencies.uint] version = "0.4.1" default_features = false [dev-dependencies.serde_json] version = "1.0" [features] default = ["std", "heapsizeof", "serialize"] heapsizeof = ["uint/heapsizeof", "fixed-hash/heapsizeof", "sbloom/heapsizeof"] serialize = ["std", "s-types-serialize", "serde", "sbloom/serialize"] std = ["uint/std", "fixed-hash/std", "sbloom/std"]