# 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 = "emoji256" version = "0.2.2" authors = ["Quoc-Anh Vu "] exclude = ["python/"] description = "A binary-to-text encoding scheme for hashes and cryptographic keys." documentation = "https://docs.rs/emoji256/" readme = "README.md" keywords = [ "no_std", "emoji256", "binary-to-text", "emoji", "emojis", ] categories = [ "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/QuocAnhVu/emoji256" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "emoji256" harness = false [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.criterion] version = "0.4" [dev-dependencies.pretty_assertions] version = "1.3" [dev-dependencies.rustc-hex] version = "2.1" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.version-sync] version = "0.9" [features] alloc = [] default = ["std"] std = ["alloc"] [badges.maintenance] status = "actively-developed"