# 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 = "myna-utils" version = "0.1.1" authors = ["metastable-void"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Japanese Individual Number enumerator" homepage = "https://github.com/metastable-void/myna-utils" readme = "README.md" license = "Apache-2.0 OR MPL-2.0" repository = "https://github.com/metastable-void/myna-utils" [lib] name = "myna_utils" path = "src/lib.rs" [[bin]] name = "myna-get" path = "src/bin/myna-get.rs" [[bin]] name = "myna-list" path = "src/bin/myna-list.rs" [[bin]] name = "myna-list-noid" path = "src/bin/myna-list-noid.rs" [dependencies.hmac] version = "0.12.1" [dependencies.sha2] version = "0.10.8"