# 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 = "infotainer" version = "0.0.1-alpha.1" authors = ["joppich "] description = "building blocks for simple pubsub services" readme = "README.md" license = "MIT" repository = "https://github.com/joppich/infotainer" [lib] name = "infotainer" path = "src/lib.rs" [[example]] name = "server" path = "examples/server.rs" [[example]] name = "client" path = "examples/client.rs" [dependencies.actix] version = "0.10" [dependencies.actix-codec] version = "0.3" [dependencies.actix-files] version = "0.3" [dependencies.actix-rt] version = "1.1" [dependencies.actix-web] version = "3" [dependencies.actix-web-actors] version = "3.0" [dependencies.awc] version = "2.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.env_logger] version = "0.7.1" [dependencies.faccess] version = "0.2" [dependencies.failure] version = "0.1.8" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.uuid] version = "0.8" features = ["serde", "v4"]