[package] name = "firefish-cli" version = "0.1.0-alpha.1" rust-version = "1.74" edition = "2021" license = "MIT" [[bin]] name = "fishctl" path = "src/main.rs" [dependencies] chrono = "0.4" clap = { version = "4.5", features = ["derive"] } color-print = "0.3" enum-iterator = "2.1" thiserror = "1.0" serde = { version = "1.0", features = ["derive"] } serde_repr = "0.1" sqlx = { version = "0.7", features = ["runtime-tokio", "postgres"] } tokio = { version = "1.38", features = ["full"] } toml = "0.8" url = "2.5" vapid = "0.6" validator = { version = "0.18", features = ["derive"] } yaml-rust = "0.4" [profile.release] lto = true