# 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 = "2018" name = "meme-id" version = "0.0.0" authors = ["Zakarum "] description = "Map IDs to phrases and vice versa" homepage = "https://github.com/zakarumych/meme-id" documentation = "https://docs.rs/meme-id" readme = "README.md" keywords = [ "human", "readable", "no-std", "id", ] categories = [ "algorithms", "no-std", "value-formatting", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zakarumych/meme-id" [[bin]] name = "meme-encode" path = "src/bin/encode.rs" [[bin]] name = "meme-decode" path = "src/bin/decode.rs" [dependencies.serde] version = "1.0" optional = true