# 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 = "ansirs" version = "0.1.7" authors = [ "Tony B. ", "Eric G.", ] description = "Simple (and probably flawed) little library for working with ANSI color codes." readme = "README.md" keywords = [ "ansi", "color", "terminal", "tui", "cli", ] categories = ["command-line-interface"] license = "MPL-2.0" repository = "https://www.github.com/tonyb983/ansirs" [dependencies.once_cell] version = "1.17.0" optional = true [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true [dependencies.string-interner] version = "0.14.0" [dependencies.string_cache] version = "0.8.4" [dependencies.tracing] version = "0.1.37" features = ["attributes"] optional = true [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.tracing-subscriber] version = "0.3.11" features = [ "fmt", "tracing-log", ] [features] default = ["profile"] profile = ["trace"] serde = ["dep:serde"] strings = ["dep:once_cell"] trace = ["dep:tracing"] [badges.maintenance] status = "passively-maintained"