# 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 = "rsolace" version = "0.1.9" description = "Solace bindings for the Rust" readme = "README.md" keywords = ["solace"] categories = ["api-bindings"] license = "GPL-3.0-only" repository = "https://github.com/Yvictor/rsolace" resolver = "1" [dependencies.chrono] version = "0.4.26" [dependencies.crossbeam-channel] version = "0.5.8" optional = true [dependencies.dashmap] version = "5.4.0" [dependencies.enum_primitive] version = "0.1.1" [dependencies.failure] version = "0.1.8" [dependencies.rsolace-sys] version = "0.1.8" [dependencies.snafu] version = "0.7.4" features = ["rust_1_46"] [dependencies.tokio] version = "1.28.2" optional = true [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.rstest] version = "0.17.0" [features] channel = ["dep:crossbeam-channel"] default = ["channel"] raw = [] tokio = ["dep:tokio"]