# 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.65" name = "vcard" version = "0.4.13" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "A pure Rust implementation of vCard based on RFC 6350." homepage = "https://magiclen.org/vcard" readme = "README.md" keywords = [ "vcard", "rfc6350", "rfc-6350", ] categories = [ "value-formatting", "parser-implementations", ] license = "MIT" repository = "https://github.com/magiclen/vcard" [dependencies.base64-stream] version = "2" [dependencies.chrono] version = "0.4.6" [dependencies.chrono-tz] version = "0.8" [dependencies.idna] version = "0.4" [dependencies.lazy_static] version = "1.1" [dependencies.mime] version = "0.3.12" [dependencies.mime_guess] version = "2" [dependencies.percent-encoding] version = "2" [dependencies.regex] version = "1.1" [dependencies.validators] version = "0.20.2" features = ["phone-number"]