# 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 = "cj_ascii" version = "0.2.0" description = "A library for working with ASCII strings in Rust" homepage = "https://github.com/cubicle-jockey/cj_ascii" readme = "README.md" keywords = [ "ascii", "strings", "serialization", "stream", "async", ] categories = [ "encoding", "parsing", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cubicle-jockey/cj_ascii" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false [lib] name = "cj_ascii" path = "src/lib.rs" [dependencies.futures] version = "0.3.28" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.13" features = [ "macros", "rt", "fs", ] [dev-dependencies.tokio-util] version = "0.7.8" features = ["compat"] [features] async = ["futures"] default = ["async"] serialize = ["serde"]