[package] name = "junco" version = "1.3.0" authors = ["Swift Navigation "] description = "A tool to do common gnss conversions" edition = "2018" license-file = "LICENSE" repository = "https://github.com/swift-nav/junco" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] swiftnav = { version = "0.8", features = ["chrono"] } clap = { version = "4.3.0", features = ["derive"] } chrono = "0.4" anyhow = "1"