# 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 = "cesu8str" version = "0.2.4" authors = [ "Chris Moore ", "Eric Kidd ", ] exclude = [ "basic_tests.sh", "test_counts.sh", "test_files/*", ] description = "Convert to and from CESU-8 or Modified UTF-8 encodings, only when necessary." documentation = "https://docs.rs/cesu8str" readme = "README.md" keywords = [ "jvm", "cesu8", "mysql", ] categories = [ "encoding", "command-line-utilities", "database", ] license = "Apache-2.0/MIT" repository = "https://github.com/chrismooredev/cesu8str-rs" resolver = "1" [profile.dev] opt-level = 2 [[bin]] name = "cesu8str" required-features = ["build-binary"] [[bin]] name = "count_codepoints" path = "src/bin/count_codepoints.rs" [dependencies.clap] version = "^4.0.24" features = ["derive"] optional = true [dev-dependencies.libc] version = "0.2.137" [dev-dependencies.paste] version = "1.0.11" [dev-dependencies.rusty-fork] version = "0.3.0" [features] build-binary = ["clap"] unstable = [] validate-release = []