# 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 = "mojibake" version = "0.2.1" description = "Encode/Decode bytes as emoji base2048" readme = "readme.md" license = "MIT" license-file = "license.txt" repository = "https://github.com/MinisculeGirraffe/mojibake/tree/main" resolver = "1" [dependencies.phf] version = "0.11.1" default-features = false [dependencies.unicode-segmentation] version = "1.10.1" [dev-dependencies.proptest] version = "1.2.0" [build-dependencies.phf] version = "0.11.1" default-features = false [build-dependencies.phf_codegen] version = "0.11.1"