# 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 = "flubber" version = "0.1.0" authors = ["Nathan Ringo "] description = "A simple multi-service bouncer." homepage = "https://github.com/remexre/flubber" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/remexre/flubber" [dependencies.bytes] version = "0.4.11" [dependencies.derive_more] version = "0.14.0" [dependencies.diesel] version = "1.4.1" [dependencies.diesel_migrations] version = "1.4.0" [dependencies.futures] version = "0.1.25" [dependencies.libremexre] version = "0.1.3" features = ["backtrace"] default-features = false [dependencies.log] version = "0.4.6" [dependencies.serde] version = "1.0.88" [dependencies.serde_cbor] version = "0.9.0" [dependencies.serde_derive] version = "1.0.88" [dependencies.serde_json] version = "1.0.38" [dependencies.tokio] version = "0.1.15" [dependencies.tokio-process] version = "0.2.3" [dependencies.toml] version = "0.4.10" [dev-dependencies.pretty_assertions] version = "0.5.1"