# 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 = "pixelflut" version = "0.2.0" authors = ["Raphael Peters "] description = "An async/sync Pixelflut server/client library\n" homepage = "https://github.com/rappet/rust-pixelflut" readme = "README.md" keywords = ["pixelflut"] license = "MIT" repository = "https://github.com/rappet/rust-pixelflut" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [[example]] name = "sync_client" required-features = ["sync", "anyhow", "clap"] [[example]] name = "sync_image" required-features = ["sync", "anyhow", "image", "clap"] [[example]] name = "sync_server" required-features = ["sync", "anyhow", "clap"] [[example]] name = "async_server" required-features = ["tokio-rt", "anyhow", "clap"] [[example]] name = "async_client" required-features = ["tokio-rt", "anyhow", "clap"] [dependencies.anyhow] version = "1.0" optional = true [dependencies.bstr] version = "0.2.16" [dependencies.bufstream] version = "0.1.4" optional = true [dependencies.bytes] version = "1.0" [dependencies.clap] version = "3.0.0-beta.2" features = ["derive"] optional = true [dependencies.image] version = "0.23" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.memchr] version = "2.4" [dependencies.tokio] version = "1" features = ["full"] optional = true [features] all = ["tokio-rt", "sync"] default = ["tokio-rt", "sync"] sync = ["bufstream"] tokio-rt = ["tokio"]