# 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" name = "netgauze-locate" version = "0.5.0" authors = ["Ahmed Elhassany "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Cloned from the crate `nom_locate` but with the omission of computing the line & column number since we don't care about them in binary protocols, and they do make using the `LocateSpan` slower. """ homepage = "https://github.com/NetGauze/NetGauze" readme = "README.md" keywords = ["protocol"] categories = ["parsing"] license = "Apache-2.0" repository = "https://github.com/NetGauze/NetGauze" [lib] name = "netgauze_locate" path = "src/lib.rs" [dependencies.nom] version = "7.1" features = ["alloc"] default-features = false