# 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 = "ansi2" version = "0.2.11" authors = ["ahaoboy"] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "ansi2" readme = "README.md" license = "MIT" repository = "https://github.com/ahaoboy/ansi2" [profile.release] opt-level = 3 [lib] name = "ansi2" path = "src/lib.rs" [[bin]] name = "ansi2" path = "src/main.rs" required-features = ["cli"] [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.5.20" features = ["derive"] optional = true [dependencies.html-escape] version = "0.2" [dependencies.nom] version = "7.1.3" [dependencies.osvg] version = "0.1.3" features = ["bindgen"] optional = true [dependencies.wasm-bindgen] version = "0.2.95" optional = true [dev-dependencies.insta] version = "1.40.0" [features] cli = [ "clap", "minify", ] minify = ["osvg"] wasm = ["wasm-bindgen"]