# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rolodex" version = "0.1.2" authors = ["perjoratic "] description = "A Forgiving VCard implementation." homepage = "https://github.com/Bytebuddha/rolodex" documentation = "https://docs.rs/rolodex" keywords = ["vcard", "contacts"] categories = ["parser-implementations"] license-file = "LICENSE.md" [dependencies.chrono] version = "0.4.19" [dependencies.nom] version = "6.1.2" [dependencies.serde] version = "^1" features = ["derive"] optional = true [dependencies.typed-builder] version = "0.9.0" optional = true [dev-dependencies.serde_json] version = "1.0.64" [features] default = ["serialize", "typed-builder"] serialize = ["serde", "chrono/serde"]