osmgraphing 0.4.0

Playing around with graphs created via parsing OpenStreetMap data
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "osmgraphing"
version = "0.4.0"
authors = ["dominicparga <dominic.parga@gmail.com>", "jenasat <jena.s@outlook.de>"]
description = "Playing around with graphs created via parsing OpenStreetMap data"
readme = "README.md"
keywords = ["osm", "route", "routing", "pbf", "xml"]
categories = ["algorithms", "data-structures", "parser-implementations", "parsing", ""]
license = "Apache-2.0"
repository = "https://github.com/dominicparga/osmgraphing"

[[example]]
name = "parser"
path = "examples/parser.rs"

[[example]]
name = "dijkstra"
path = "examples/dijkstra.rs"

[[example]]
name = "actix"
path = "examples/playground/actix.rs"

[[example]]
name = "graph"
path = "examples/playground/graph.rs"

[[example]]
name = "pipes_and_filters"
path = "examples/playground/pipes_and_filters.rs"

[[example]]
name = "xml_reader"
path = "examples/playground/xml_reader.rs"
[dependencies.clap]
version = "2.33"

[dependencies.env_logger]
version = "0.6"

[dependencies.log]
version = "0.4"

[dependencies.osmpbfreader]
version = "0.13"
[dev-dependencies.actix-rt]
version = "0.2"

[dev-dependencies.actix-web]
version = "1.0"

[dev-dependencies.futures]
version = "0.1"

[dev-dependencies.quick-xml]
version = "0.14"

[dev-dependencies.serde]
version = "1.0"
[badges.travis-ci]
branch = "master"
repository = "dominicparga/osmgraphing"