rexsgdata 0.12.0

Scatter-Gather Data Descriptors
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 = "2018"
name = "rexsgdata"
version = "0.12.0"
authors = ["RepliXio Developers <open.source@replixio.com>"]
description = "Scatter-Gather Data Descriptors"
documentation = "https://docs.rs/rexsgdata"
readme = "README.md"
keywords = ["scatter", "gather", "iovec"]
categories = ["data-structures"]
license = "Apache-2.0 OR MIT"
repository = "https://gitlab.com/imp/rexsgdata-rs.git"
[dependencies.bytes]
version = "1.0"
features = ["serde"]

[dependencies.itertools]
version = "0.10"

[dependencies.libc]
version = "0.2"

[dependencies.semver]
version = "0.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_bytes]
version = "0.11"

[dependencies.slog]
version = "2.3"

[dependencies.tinyvec]
version = "1.2"
features = ["serde", "alloc"]
[dev-dependencies.bincode]
version = "1.0"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.serde_test]
version = "1.0"

[features]
nightly_features = []
pedantic = []
[badges.gitlab]
repository = "imp/rexsgdata-rs"

[badges.maintenance]
status = "experimental"