[go: up one dir, main page]

iobuf 5.8.0

A contiguous region of bytes, useful for I/O operations.
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 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]
name = "iobuf"
version = "5.8.0"
authors = ["Clark Gaebel <cg.wowus.cg@gmail.com>"]
description = "A contiguous region of bytes, useful for I/O operations."
homepage = "https://github.com/cgaebel/iobuf"
documentation = "https://cgaebel.github.io/iobuf"
readme = "README.md"
keywords = ["iobuf", "parsing", "buffer", "zero-copy", "io"]
license = "MIT"
repository = "https://github.com/cgaebel/iobuf"
[profile.test]
opt-level = 1
lto = false
debug = true
debug-assertions = true
rpath = false

[profile.doc]
opt-level = 1
lto = false
debug = true
debug-assertions = true
rpath = false

[profile.bench]
opt-level = 3
lto = false
debug = false
debug-assertions = false
rpath = false

[profile.dev]
opt-level = 1
lto = false
debug = true
debug-assertions = true
rpath = false

[profile.release]
opt-level = 3
lto = false
debug = false
debug-assertions = false
rpath = false