# 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 = "liner_broker" version = "1.0.9" authors = ["Alexander Medvedev al_medved@mail.ru"] exclude = [ "docs/*", ".vscode/*", "cpp/*", "include/*", "python/*", "target/*", ] description = "Redis based message serverless broker." readme = "README.md" keywords = [ "broker", "serverless", "redis", "network", ] categories = [ "concurrency", "asynchronous", ] license = "MIT" repository = "https://github.com/Tyill/liner" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [lib] crate-type = [ "cdylib", "rlib", ] [[bin]] name = "throughput_10k" path = "benchmark/throughput_10k.rs" [[bin]] name = "one_to_one" path = "rust/one_to_one.rs" [[bin]] name = "one_to_one_for_many" path = "rust/one_to_one_for_many.rs" [[bin]] name = "one_to_many" path = "rust/one_to_many.rs" [[bin]] name = "many_to_many" path = "rust/many_to_many.rs" [[bin]] name = "producer_consumer" path = "rust/producer_consumer.rs" [dependencies.libc] version = "0.2" [dependencies.nohash-hasher] version = "0.2.0" [dependencies.rayon] version = "1.10" [dependencies.redis] version = "0.26.1" [dependencies.zstd] version = "0.13" [features] liner_debug = []