# 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 = "aeron-rs" version = "0.1.3" authors = ["Denis Komissarov ", "Kirill Karbushev ", "Alexander Ostrovskiy "] description = "Aeron client library - fast messaging over UDP on Rust" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/UnitedTraders/aeron-rs" [dependencies.cache_line_size] version = "1.0.0" [dependencies.chrono] version = "0.4.11" [dependencies.ctrlc] version = "3.1.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.memmap] version = "0.7.0" [dependencies.nix] version = "0.17.0" [dependencies.num-traits] version = "0.2.11" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rand] version = "0.6" [dev-dependencies.hdrhistogram] version = "6.0" [dev-dependencies.structopt] version = "0.3.14" [dev-dependencies.tempfile] version = "3.1.0"