# 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" rust-version = "1.79" name = "md2_digest" version = "1.0.0" authors = ["Mathew John Roberts "] exclude = [ "target", "Cargo.lock", ] description = "A 0 dependency, no_std library for generating md2 digests." homepage = "https://github.com/auronandace/md2_digest" documentation = "https://docs.rs/md2_digest" readme = "README.md" keywords = [ "no-std", "hash", "library", ] categories = [ "no-std", "no-std::no-alloc", "algorithms", ] license = "ISC" repository = "https://github.com/auronandace/md2_digest" [lib] name = "md2_digest" path = "src/lib.rs" [dependencies]