[dev-dependencies.stylish]
version = "0.1.0"
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[lib]
name = "stylish_style"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Internal implementation details of `stylish-core`"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "stylish-style"
readme = "README.md"
repository = "https://github.com/Nullus157/stylish-rs"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]