# 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 = "actix-ogn" version = "0.4.0" authors = ["Tobias Bieniek "] exclude = [".gitignore", ".travis.yml"] description = "OpenGliderNetwork client based on actix" homepage = "https://github.com/Turbo87/actix-ogn/" readme = "README.md" keywords = ["ogn", "actix", "aprs", "openglidernetwork", "glider"] license = "MIT/Apache-2.0" repository = "https://github.com/Turbo87/actix-ogn.git" [dependencies.actix] version = "0.10" [dependencies.backoff] version = "0.2.1" [dependencies.log] version = "0.4" [dependencies.tokio] version = "0.2" features = ["tcp", "time", "signal", "io-util"] default-features = false [dependencies.tokio-util] version = "0.3" features = ["codec"] [dev-dependencies.pretty_env_logger] version = "0.4"