# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "stable-hash" version = "0.4.3" authors = ["Zac Burns "] description = "A stable, structured hash with backward compatibility" license = "MIT" [dependencies.blake3] version = "0.3.3" [dependencies.firestorm] version = "0.5.0" [dependencies.ibig] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.leb128] version = "0.2.4" [dependencies.num-traits] version = "0.2.11" [dependencies.uint] version = "0.8" [dependencies.xxhash-rust] version = "0.8.2" features = ["xxh3"] [dev-dependencies.gcd] version = "2.1.0" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.rand] version = "0.8.4"