# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.64" name = "binex" version = "0.4.0" authors = ["Guillaume W. Bres "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "BINEX Binary RINEX encoder and decoder" homepage = "https://github.com/georust/rinex" readme = "README.md" keywords = [ "rinex", "timing", "gps", "glonass", "galileo", ] categories = [ "science", "science::geo", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/georust/rinex" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docrs", "--generate-link-to-definition", ] [lib] name = "binex" path = "src/lib.rs" [[test]] name = "decoder" path = "tests/decoder.rs" [[test]] name = "geo" path = "tests/geo.rs" [[test]] name = "lib" path = "tests/lib.rs" [[test]] name = "message" path = "tests/message.rs" [[test]] name = "pvt" path = "tests/pvt.rs" [[bench]] name = "decoding" path = "benches/decoding.rs" harness = false [[bench]] name = "encoding" path = "benches/encoding.rs" harness = false [dependencies.flate2] version = "1.0.34" optional = true [dependencies.hifitime] version = "4.0.0-alpha" features = [ "serde", "std", ] [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.md-5] version = "0.10" [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "0.5.1" [features] default = ["flate2"]