aeron 0.2.0

Aeron client library - fast messaging over UDP on Rust
Documentation
# 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 = "aeron"
version = "0.2.0"
authors = [
    "Denis Komissarov",
    "Kirill Karbushev>",
    "Alexander Ostrovskiy",
    "Rafal Piotrowski",
]
build = "build.rs"
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Aeron client library - fast messaging over UDP on Rust"
readme = "README.md"
keywords = [
    "aeron",
    "sbe",
    "messaging",
    "HFT",
    "finance",
]
categories = [
    "finance",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/rafalpiotrowski/aeron-rs"

[lib]
name = "aeron"
path = "src/lib.rs"

[[example]]
name = "basic_publisher"
path = "examples/basic_publisher.rs"

[[example]]
name = "basic_subscriber"
path = "examples/basic_subscriber.rs"

[[example]]
name = "ping"
path = "examples/ping.rs"

[[example]]
name = "throughput"
path = "examples/throughput.rs"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "counters"
path = "tests/counters.rs"

[[test]]
name = "publish_subscribe"
path = "tests/publish_subscribe.rs"

[dependencies.aeron_archiver_codecs]
version = "0.1.1"
optional = true

[dependencies.cache_line_size]
version = "1.0.0"

[dependencies.chrono]
version = "0.4.38"

[dependencies.core_affinity]
version = "0.8.1"

[dependencies.ctrlc]
version = "3.4.5"

[dependencies.galvanic-assert]
version = "0.8.7"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.22"

[dependencies.memmap]
version = "0.7.0"

[dependencies.memoffset]
version = "0.9.1"

[dependencies.nix]
version = "0.29.0"
features = ["fs"]

[dependencies.num-traits]
version = "0.2.19"

[dependencies.pretty_env_logger]
version = "0.5.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.thiserror]
version = "1.0.63"

[dev-dependencies.clap]
version = "4.5.17"
features = [
    "derive",
    "derive",
]

[dev-dependencies.hdrhistogram]
version = "7.5.4"

[dev-dependencies.ntest]
version = "0.9.3"

[dev-dependencies.tempfile]
version = "3.12.0"

[build-dependencies.rustc_version]
version = "0.4"

[features]
all = [
    "archiver",
    "cluster",
]
archiver = ["dep:aeron_archiver_codecs"]
cluster = []
default = ["all"]

[badges.maintenance]
status = "actively-developed"

[lints.clippy]
arc_with_non_send_sync = "allow"

[lints.rust]
missing_docs = "allow"