# 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 = "libflubber" version = "0.1.0-alpha.1" 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.arc-swap] version = "0.3.7" [dependencies.bytes] version = "0.4.11" [dependencies.derive_more] version = "0.14.0" [dependencies.diesel] version = "1.4.1" features = ["sqlite"] default-features = false [dependencies.diesel_migrations] version = "1.4.0" [dependencies.futures] version = "0.1.25" [dependencies.libc] version = "0.2.48" [dependencies.libremexre] version = "0.1.3" features = ["backtrace", "log"] 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.tokio-signal] version = "0.2.7" [dependencies.toml] version = "0.4.10" [dependencies.tower-service] version = "0.2.0" [dev-dependencies.pretty_assertions] version = "0.6.1"