# 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.71.0" name = "osm2rdf" version = "0.3.1" authors = ["Yuri Astrakhan "] exclude = [ "/tests/fixtures", "/tests/snapshots", ] description = "A tool to convert OpenStreetMap database dump into RDF TTL files for injesting into an RDF database" readme = "README.md" keywords = [ "osm", "rdf", "openstreetmap", "ttl", ] categories = [ "database", "science::geo ", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nyurik/osm2rdf" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [lib] name = "osm2rdf" [[bin]] name = "osm2rdf" path = "src/bin/main.rs" [dependencies.anyhow] version = "1" [dependencies.bytesize] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.flate2] version = "1" [dependencies.geo] version = "0.26" [dependencies.json] version = "0.12" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.osmnodecache] version = "0.8" [dependencies.osmpbf] version = "0.3" [dependencies.path-absolutize] version = "3" [dependencies.percent-encoding] version = "2" [dependencies.rayon] version = "1" [dependencies.regex] version = "1" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [dev-dependencies.insta] version = "1" features = [ "yaml", "redactions", "glob", "json", ] [dev-dependencies.osmpbf] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rayon] version = "1" [dev-dependencies.temp-dir] version = "0.1"