# 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 = "scrappy-actor" version = "0.0.1" authors = ["Bevan Hunt "] description = "Actor framework for Rust" homepage = "https://apibill.me" keywords = ["actor", "futures", "scrappy", "async", "tokio"] categories = ["network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/apibillme/scrappy" [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.scrappy-derive] version = "0.0.1" [dependencies.scrappy-http] version = "0.0.1" optional = true [dependencies.scrappy-rt] version = "0.0.1" [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 [features] default = ["resolver", "http"] http = ["scrappy-http"] mailbox_assert = [] resolver = ["trust-dns-proto", "trust-dns-resolver"]