# 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 = "2021" name = "vertx-rust" version = "0.8.6" authors = ["Daniel LewiƄski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple Rust version of vertx tcp eventbus, tcp server and http server" homepage = "https://github.com/kathog/vertx-rust" documentation = "https://docs.rs/vertx-rust" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/kathog/vertx-rust" [profile.bench] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 [lib] name = "vertx_rust" path = "src/lib.rs" [[example]] name = "no_cluster" path = "examples/no_cluster.rs" [[example]] name = "zk_cluster_no_srv" path = "examples/zk_cluster_no_srv.rs" [[example]] name = "zk_cluster" path = "examples/zk_cluster.rs" [[test]] name = "tests" path = "tests/tests.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [[bench]] name = "iai_benchmarks" path = "benches/iai_benchmarks.rs" [dependencies.atomic_refcell] version = "0.1" [dependencies.bincode] version = "1.3" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" [dependencies.crossbeam-channel] version = "0.5" [dependencies.dashmap] version = "5.4.0" [dependencies.futures] version = "0.3" [dependencies.hashbrown] version = "0.14" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-tls] version = "0.5" optional = true [dependencies.hypospray] version = "0.1" [dependencies.jvm-macro] version = "0.0.1" [dependencies.jvm-serializable] version = "0.0.3" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" features = [ "max_level_debug", "release_max_level_info", ] [dependencies.mimalloc-rust] version = "0.2" default-features = false [dependencies.multimap] version = "0.10" [dependencies.num_cpus] version = "1.13" [dependencies.parking_lot] version = "0.12" features = ["nightly"] [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0" [dependencies.signal-hook] version = "0.3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.3" [dependencies.uuid] version = "1.2" features = ["v4"] [dependencies.zookeeper] version = "0.8" optional = true [dev-dependencies.console-subscriber] version = "0.1" [dev-dependencies.criterion] version = "0.5" features = ["async"] [dev-dependencies.criterion-cycles-per-byte] version = "0.6" [dev-dependencies.iai] version = "0.1" [dev-dependencies.pretty_env_logger] version = "0.5" [features] catch_unwind = [] client = ["hyper-tls"] default = ["client"] zk = ["zookeeper"]