# 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 = "wasmium-hash-id" version = "1.0.0" authors = ["Wasmium Network Developers "] description = "A way to store Crypotgraphically Secure ID's in a chronological manner using TAI64N for time and Blake3 as the secure hash." homepage = "https://wasmium.network" license = "Apache-2.0" repository = "https://github.com/wasmium/WasmiumHashID" resolver = "2" [dependencies.blake3] version = "1.3.1" [dependencies.borsh] version = "0.9.3" [dependencies.nanorand] version = "0.7.0" features = ["chacha"] optional = true [dependencies.tai64] version = "4.0.0" [features] random_id = ["nanorand"]