how.rs/Cargo.toml

21 lines
377 B
TOML

[package]
name = "how"
version = "0.5.0"
edition = "2021"
[features]
default = []
backtrace = []
extra-backtrace = ["backtrace"]
clone-with-caveats = []
arc-backtrace = []
termination = ["dep:ansee"]
[dependencies]
ansee = { git = "https://git.pfaff.dev/michael/ansee", optional = true }
typeid-cast = "0.1"
[[example]]
name = "output"
required-features = [ "termination" ]