# 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 = "2018" name = "ldap-parser" version = "0.4.1" authors = ["Pierre Chifflier "] build = false include = [ "LICENSE-*", "README.md", "CHANGELOG.md", ".gitignore", ".travis.yml", "Cargo.toml", "assets/*.bin", "src/*.rs", "tests/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Parser for the LDAP protocol (RFC 4511)" homepage = "https://github.com/rusticata/ldap-parser" readme = "README.md" keywords = [ "LDAP", "parser", "nom", ] categories = ["parser-implementations"] license = "MIT/Apache-2.0" repository = "https://github.com/rusticata/ldap-parser.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "ldap_parser" path = "src/lib.rs" [[test]] name = "ldap_messages" path = "tests/ldap_messages.rs" [dependencies.asn1-rs] version = "0.6" [dependencies.rusticata-macros] version = "4.0" [dependencies.thiserror] version = "2.0" [dev-dependencies.hex-literal] version = "0.4"