# 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] name = "lber-serde" version = "0.4.5" authors = [ "Nadja Reitzenstein ", "Ivan Nejgebauer ", "Sangwan Jeon ", ] description = "An ASN.1/BER parser/encoder based on nom" documentation = "https://docs.rs/ldap3-serde" readme = "README.md" keywords = [ "ASN1", "BER", "nom", ] categories = [ "encoding", "parsing", ] license = "MIT" repository = "https://github.com/maxswjeon/ldap3" resolver = "2" [dependencies.bytes] version = "1.3.0" [dependencies.nom] version = "7.1.1" [dependencies.serde] version = "1.0.198" features = ["derive"] optional = true [features] serde = ["dep:serde"]