[package] name = "vacuum" version = "0.1.2" authors = ["Tim Brooks "] description = "A CLI for listing upcoming spaceflight events" homepage = "https://github.com/brookst/vacuum" repository = "https://github.com/brookst/vacuum" readme = "README.md" license-file = "license" [badges] travis-ci = { repository = "brookst/vacuum", branch = "master" } maintenance = { status = "experimental" } [dependencies] atty = "0.2.14" chrono = "0.4.13" serde = "1.0.114" serde_derive = "1.0.114" serde_json = "1.0.56" structopt = "0.3.15" ureq = { version = "1.3.0", features = ["json"] } yansi = "0.5.0"