how.rs/Cargo.toml

22 lines
397 B
TOML
Raw Permalink Normal View History

2022-07-21 20:39:47 -04:00
[package]
name = "how"
2023-06-29 01:51:56 -04:00
version = "0.5.0"
2022-07-21 20:39:47 -04:00
edition = "2021"
[features]
default = []
clone-with-caveats = []
arc-backtrace = []
termination = ["dep:ansee"]
2022-07-21 20:39:47 -04:00
[dependencies]
ansee = { git = "https://git.pfaff.dev/michael/ansee", optional = true }
typeid-cast = "0.1"
2022-07-21 20:40:44 -04:00
2024-03-20 23:15:16 -04:00
[dev-dependencies]
how = { path = ".", features = ["termination"] }
2022-07-21 20:40:44 -04:00
[[example]]
name = "output"
2024-03-20 23:15:16 -04:00
required-features = ["termination"]