# 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 = "over-there-core" version = "0.1.0-alpha.1" authors = ["Chip Senkbeil "] description = "Core library providing gateway into client <-> server communication for developers and tooling" homepage = "https://over-there.dev" keywords = ["api", "network", "protocol", "client", "server"] categories = ["development-tools", "filesystem", "network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/chipsenkbeil/over-there/tree/master/over-there-auth" [dependencies.chrono] version = "0.4.10" features = ["serde"] [dependencies.derive_builder] version = "0.9.0" [dependencies.derive_more] version = "0.99.3" features = ["display"] default-features = false [dependencies.futures] version = "0.3.4" [dependencies.log] version = "0.4.8" [dependencies.over-there-auth] version = "0.1.0-alpha.1" [dependencies.over-there-crypto] version = "0.1.0-alpha.1" [dependencies.over-there-derive] version = "0.1.0-alpha.1" [dependencies.over-there-utils] version = "0.1.0-alpha.1" [dependencies.over-there-wire] version = "0.1.0-alpha.1" [dependencies.rand] version = "0.7.3" [dependencies.rmp-serde] version = "0.14.0" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_bytes] version = "0.11.3" [dependencies.tokio] version = "0.2.13" features = ["fs", "io-util", "macros", "process", "sync", "time", "tcp", "udp"] [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.tokio] version = "0.2.13" features = ["test-util"] [features] custom = [] default = ["custom", "exec", "file-system", "forward"] exec = [] file-system = [] forward = []