blob: 9ae35a0b3520d855c3b9b633c73630fb93454170 [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "anes"
version = "0.1.6"
authors = ["Robert Vojta <rvojta@me.com>"]
exclude = ["target", "Cargo.lock"]
description = "ANSI Escape Sequences provider & parser"
documentation = "https://docs.rs/anes/"
readme = "README.md"
keywords = ["terminal", "ansi", "sequence", "code", "parser"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/zrzka/anes-rs"
[package.metadata.docs.rs]
all-features = true
[lib]
bench = false
[[bench]]
name = "bench_main"
harness = false
required-features = ["parser"]
[dependencies.bitflags]
version = "1.2"
optional = true
[dev-dependencies.criterion]
version = "0.3"
[dev-dependencies.libc]
version = "0.2.66"
[features]
default = []
parser = ["bitflags"]
[badges.maintenance]
status = "actively-developed"