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