# 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 = "antsee" version = "1.0.5" authors = ["Emma Alexandria"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A terminal color and style library designed not for output but for creating configuration files" readme = "README.md" keywords = [ "terminal", "ansi", "configuration", "color", "terminal-text", ] license = "MIT" repository = "https://github.com/emmalexandria/antsee" [lib] name = "antsee" path = "src/lib.rs" [[example]] name = "serde" path = "examples/serde/main.rs" [[example]] name = "with_ansi_term" path = "examples/with_ansi_term.rs" [dependencies.serde] version = "1.0.215" features = ["derive"] optional = true [dev-dependencies.bat] version = "0.24.0" [dev-dependencies.nu-ansi-term] version = "0.50.1" [dev-dependencies.serde_json] version = "1.0.133" [dev-dependencies.serde_test] version = "1.0.177" [dev-dependencies.toml] version = "0.8.19" [features] serde = ["dep:serde"]