# 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 = "2018" name = "osmptparser" version = "2.2.0" authors = ["Julian Perelli "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Openstreetmap Public Transport Parser" readme = "README.md" license = "AGPL-3.0-or-later" [lib] name = "osmptparser" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [[bin]] name = "osmptparser" path = "src/bin.rs" [[example]] name = "main" path = "src/example.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.crossbeam] version = "0.8.4" [dependencies.num_cpus] version = "1.16.0" [dependencies.osm_pbf_iter] version = "0.2.1" [dependencies.serde_json] version = "1.0.127" [dependencies.structopt] version = "0.3.26"