[package] name = "rnx2crx" version = "1.3.1" license = "MIT OR Apache-2.0" authors = ["Guillaume W. Bres "] description = "RINEX data compressor" homepage = "https://github.com/georust/rinex" repository = "https://github.com/georust/rinex" keywords = ["rinex", "compression", "crinex"] categories = ["science", "science::geo", "command-line-interface", "command-line-utilities"] edition = "2021" readme = "README.md" [dependencies] thiserror = "1" clap = { version = "4.4.13", features = ["derive", "color"] } rinex = { path = "../rinex", version = "=0.17.0-alpha-1", features = ["serde"] }