# 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.60" name = "nombytes" version = "0.1.1" description = "A library that provides a wrapper for the bytes::Bytes byte container for use with nom" readme = "README.md" keywords = [ "nom", "bytes", ] categories = [ "parsing", "data-structures", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/alexschrod/nombytes" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.bytes] version = ">=0.5.3, <2.0.0" default-features = false [dependencies.miette] version = ">=3.0.0, <6.0.0" optional = true default-features = false [dependencies.nom] version = ">=6.0.0, <8.0.0" default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dev-dependencies.serde_json] version = "1" [features] default = ["std"] miette = [ "dep:miette", "std", ] serde = [ "dep:serde", "bytes/serde", ] std = []