# 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 = "types-primitive" version = "0.2.1" authors = ["Susy Technologies "] description = "Primitive types shared by Ethereum and Higgsfield" homepage = "https://github.com/susytech/susy-common" license = "Apache-2.0/MIT" [dependencies.codec-impl] version = "0.2" optional = true default-features = false [dependencies.fixed-hash] version = "0.3" default-features = false [dependencies.impl-rlp] version = "0.1" optional = true default-features = false [dependencies.impl-serde] version = "0.1" optional = true default-features = false [dependencies.uint] version = "0.6" default-features = false [features] byteorder = ["fixed-hash/byteorder"] codec = ["codec-impl"] default = ["std"] heapsize = ["uint/heapsize", "fixed-hash/heapsize"] libc = ["fixed-hash/libc"] rlp = ["std", "impl-rlp"] rustc-hex = ["fixed-hash/rustc-hex"] serde = ["std", "impl-serde"] std = ["uint/std", "fixed-hash/std", "codec-impl/std"]