# 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 = "fixedhash" version = "0.2.0" authors = ["Susy Technologies "] description = "Fixed-size hashes" homepage = "https://github.com/susytech/primitives" license = "MIT" [dependencies.heapsize] version = "0.4" optional = true [dependencies.quickcheck] version = "0.6" optional = true [dependencies.rand] version = "0.4" optional = true [dependencies.rustc-hex] version = "1.0" optional = true [features] default = ["libc"] heapsizeof = ["heapsize"] impl_quickcheck_arbitrary = ["quickcheck"] std = ["rustc-hex", "rand"] [target."cfg(not(target_os = \"unknown\"))".dependencies.libc] version = "0.2" optional = true default-features = false