# 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.81.0" name = "zalgo-codec-common" version = "0.13.1" authors = [ "Johanna Sörngård ", "Scott Conner", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert an ASCII text string into a single unicode grapheme cluster and back." readme = "README.md" keywords = [ "unicode", "obfuscation", "encoding", "zalgo", ] categories = [ "encoding", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JSorngard/zalgo_codec/tree/main/common" [package.metadata.docs.rs] all-features = true [lib] name = "zalgo_codec_common" path = "src/lib.rs" [[bench]] name = "codec_bench" path = "benches/codec_bench.rs" harness = false [dependencies.rkyv] version = "0.8" features = ["alloc"] optional = true default-features = false [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] optional = true default-features = false [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] default-features = false [dev-dependencies.rand] version = "0.8" default-features = false [features] rkyv = ["dep:rkyv"] serde = ["dep:serde"] std = [ "serde?/std", "rkyv?/std", ]