# 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" rust-version = "1.81.0" name = "octs" version = "1.0.0" authors = ["aecsocket "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Finally, a good byte manipulation library" readme = "README.md" keywords = [ "network", "bytes", "io", ] categories = [ "network-programming", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aecsocket/octs" [lib] name = "octs" path = "src/lib.rs" [dependencies.bytes] version = "1.7.2" default-features = false [features] default = ["std"] i128 = [] std = ["bytes/std"] [lints.clippy] module_name_repetitions = "allow" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_docs = "warn" unused_crate_dependencies = "warn"