[package]
name = "bywind-cli"
description = "Command-line frontend for the `bywind` sailing-route optimiser: search, convert, info, inspect, tune."
keywords = ["sailing", "routing", "cli", "wind", "grib2"]
categories = ["command-line-utilities", "science::geo"]
readme = "README.md"
include = [
"src/**/*.rs",
"Cargo.toml",
"README.md",
"LICENSE-MIT",
"LICENSE-APACHE",
]
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/bywind-cli"
[package.metadata.dist]
dist = false
[dependencies]
bywind = { path = "..", version = "0.1" }
clap = { version = "4", features = ["derive"] }
anyhow.workspace = true
serde.workspace = true
serde_json.workspace = true
chrono = { workspace = true, features = ["clock"] }
optimizer = { version = "1", features = ["journal"] }
[features]
profile-timers = ["bywind/profile-timers"]
[lints]
workspace = true