# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "uppercut" version = "0.4.0" authors = ["sergey-melnychuk"] description = "Small and simple actor model implementation" homepage = "https://github.com/sergey-melnychuk/uppercut" documentation = "https://github.com/sergey-melnychuk/uppercut" license = "MIT" repository = "https://github.com/sergey-melnychuk/uppercut" [profile.dev] panic = "unwind" [profile.release] panic = "unwind" [[bench]] name = "workload" harness = false [[bench]] name = "mailbox" harness = false [dependencies.bytes] version = "1.1.0" [dependencies.core_affinity] version = "0.5.10" [dependencies.crossbeam-channel] version = "0.5.4" [dependencies.get_if_addrs] version = "0.5.3" optional = true [dependencies.mio] version = "0.8.3" features = [ "os-poll", "net", ] [dependencies.parsed] version = "0.3.0" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.clap] version = "2.33.1" [dev-dependencies.env_logger] version = "0.8.2" [dev-dependencies.log] version = "0.4" [dev-dependencies.num_cpus] version = "1.13.0" [dev-dependencies.rand] version = "0.7.3" [features] default = [] host = ["get_if_addrs"]