# 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.65" name = "octseq" version = "0.5.2" authors = ["NLnet Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Abstractions for types representing octet sequences." homepage = "https://github.com/NLnetLabs/octets/" documentation = "https://docs.rs/octseq" readme = "README.md" keywords = [ "octets", "bytes", "generics", ] license = "BSD-3-Clause" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "octseq" path = "src/lib.rs" [dependencies.bytes] version = "1" optional = true default-features = false [dependencies.heapless] version = "0.8" optional = true [dependencies.serde] version = "1" optional = true [dependencies.smallvec] version = "1" optional = true [features] default = ["std"] std = ["bytes?/std"]