# 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 = "actori" version = "0.9.0" authors = ["Christian Haynes <06chaynes@gmail.com>", "Nikolay Kim "] exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"] description = "Actor framework for Rust" homepage = "https://actori.t42x.net" documentation = "https://docs.rs/actori/" readme = "README.md" keywords = ["actor", "futures", "actori", "async", "tokio"] categories = ["network-programming", "asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/actori/actori.git" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "actori" path = "src/lib.rs" [dependencies.actori-http] version = "1.0.1" optional = true [dependencies.actori-rt] version = "1.0.0" [dependencies.actori_derive] version = "0.5" [dependencies.bitflags] version = "1.2" [dependencies.bytes] version = "0.5.3" [dependencies.crossbeam-channel] version = "0.4" [dependencies.derive_more] version = "0.99.2" [dependencies.futures] version = "0.3.1" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.10" [dependencies.pin-project] version = "0.4.6" [dependencies.smallvec] version = "1.0" [dependencies.tokio] version = "0.2.6" features = ["rt-core", "rt-util", "io-driver", "tcp", "uds", "udp", "time", "signal", "sync"] default-features = false [dependencies.tokio-util] version = "0.2" features = ["full"] [dependencies.trust-dns-proto] version = "=0.18.0-alpha.2" optional = true default-features = false [dependencies.trust-dns-resolver] version = "=0.18.0-alpha.2" optional = true default-features = false [dev-dependencies.doc-comment] version = "0.3" [features] default = ["resolver", "http"] http = ["actori-http"] mailbox_assert = [] resolver = ["trust-dns-proto", "trust-dns-resolver"] [badges.appveyor] repository = "actori/actori" [badges.codecov] branch = "master" repository = "actori/actori" service = "github" [badges.travis-ci] branch = "master" repository = "actori/actori"