# 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 = "location2gpx" version = "0.1.0" authors = ["Luis Fernando Batels "] description = "GPX file generator" readme = "README.md" keywords = [ "gpx", "gps", "location", "geography", ] categories = ["science::geo"] license = "MIT" repository = "https://github.com/fernandobatels/location2gpx" [lib] name = "location2gpx" crate-type = ["lib"] [[bin]] name = "location2gpx" required-features = ["cli"] [dependencies.argopt] version = "0.3.0" optional = true [dependencies.bson] version = "2.5.0" features = ["time-0_3"] optional = true [dependencies.csv] version = "1.2.1" optional = true [dependencies.dirs] version = "5.0.0" optional = true [dependencies.geo] version = "0.24" [dependencies.gpx] version = "0.8.6" [dependencies.mongodb] version = "2.3.1" features = ["tokio-sync"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9.19" [dependencies.time] version = "0.3.19" features = ["macros"] [features] cli = [ "dep:argopt", "dep:dirs", ] csv = ["dep:csv"] default = [ "cli", "mongo", "csv", ] mongo = [ "dep:mongodb", "dep:bson", ]