[package]
name = "twips-cli"
version.workspace = true
license.workspace = true
edition.workspace = true
description = "Twizzle Pattern Searcher CLI"
repository = "https://github.com/cubing/twips"
[features]
default = ["simd"]
simd = ["twips/simd"]
[dependencies]
axum = "0.8.6"
clap = { version = "4.5.51", features = ["derive"] }
clap_complete = "4.5.60"
cubing.workspace = true
derive_more = { version = "2.0.1", features = ["from"] }
instant = "0.1.13"
rand = "0.9.2"
serde = "1.0.228"
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.6.6", features = ["cors"] }
twips = { path = "../lib", version = "0.11.3-dev" }
[[bin]]
name = "twips"
path = "./src/main.rs"
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }.v{ version }.{ target }"
pkg-fmt = "bin"