# 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" name = "survex-dist" version = "0.3.0" authors = ["Andrew Northall "] description = "A tool to calculate the distance between two stations in a Survex 3D file." homepage = "https://github.com/anorthall/survex-dist" readme = "README.md" keywords = [ "caving", "caves", "cave-survey", "survex", ] categories = ["science::geo"] license = "GPL-3.0-only" repository = "https://github.com/anorthall/survex-dist" [lib] name = "survex_dist" path = "src/lib.rs" doc = false [dependencies.clap] version = "4.3.19" features = [ "derive", "cargo", "wrap_help", ] [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.petgraph] version = "0.6.3" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.survex-rs] version = "0.1.7" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0"