# 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 = "vcard4" version = "0.7.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast and correct vCard parser for RFC6350" readme = "README.md" keywords = [ "vcard", "contact", "parser", "rfc6350", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tmpfs/vcard4" [lib] name = "vcard4" path = "src/lib.rs" [[example]] name = "decoding_encoding" path = "examples/decoding_encoding.rs" [[example]] name = "iterator" path = "examples/iterator.rs" [[example]] name = "rfc_author" path = "examples/rfc_author.rs" [[example]] name = "serde" path = "examples/serde.rs" [[example]] name = "vcard" path = "examples/vcard.rs" [[test]] name = "all_fixtures" path = "tests/all_fixtures.rs" [[test]] name = "calendar" path = "tests/calendar.rs" [[test]] name = "communications" path = "tests/communications.rs" [[test]] name = "delivery" path = "tests/delivery.rs" [[test]] name = "errors" path = "tests/errors.rs" [[test]] name = "escaping" path = "tests/escaping.rs" [[test]] name = "explanatory" path = "tests/explanatory.rs" [[test]] name = "extensions" path = "tests/extensions.rs" [[test]] name = "fold" path = "tests/fold.rs" [[test]] name = "general" path = "tests/general.rs" [[test]] name = "geographic" path = "tests/geographic.rs" [[test]] name = "group" path = "tests/group.rs" [[test]] name = "identification" path = "tests/identification.rs" [[test]] name = "iter" path = "tests/iter.rs" [[test]] name = "loose" path = "tests/loose.rs" [[test]] name = "organizational" path = "tests/organizational.rs" [[test]] name = "parameters" path = "tests/parameters.rs" [[test]] name = "security" path = "tests/security.rs" [[test]] name = "test_helpers" path = "tests/test_helpers.rs" [[test]] name = "types" path = "tests/types.rs" [[test]] name = "validate" path = "tests/validate.rs" [[test]] name = "version_3" path = "tests/version_3.rs" [dependencies.aho-corasick] version = "1" [dependencies.base64] version = "0.22.0" [dependencies.cfg_eval] version = "0.1" optional = true [dependencies.language-tags] version = "0.3" optional = true [dependencies.logos] version = "0.15" features = ["export_derive"] [dependencies.mime] version = "0.3" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_with] version = "3" optional = true [dependencies.thiserror] version = "2" [dependencies.time] version = "0.3.37" features = [ "parsing", "formatting", ] [dependencies.unicode-segmentation] version = "1" [dependencies.uriparse] version = "0.6" [dependencies.zeroize] version = "1.5" features = ["derive"] optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.proptest] version = "1" [dev-dependencies.serde_json] version = "1" [features] default = ["zeroize"] language-tags = ["dep:language-tags"] mime = ["dep:mime"] serde = [ "dep:serde", "dep:serde_with", "dep:cfg_eval", "time/serde", "language-tags?/serde", ] zeroize = ["dep:zeroize"]