# 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] name = "ical-daladim" version = "0.8.1" authors = ["daladim"] description = "Ical/Vcard parser for Rust" homepage = "https://github.com/daladim/ical-rs" documentation = "https://docs.rs/ical-daladim" readme = "./README.md" keywords = ["ical", "vcard", "parser"] categories = ["parsing"] license-file = "./LICENSE" repository = "https://github.com/daladim/ical-rs" [lib] name = "ical" path = "src/lib.rs" test = true doc = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.20" [features] default = ["vcard", "ical"] ical = ["property"] line = [] property = ["line"] serde-derive = ["serde"] vcard = ["property"] [badges.travis-ci] branch = "master" repository = "https://travis-ci.org/daladim/ical-rs"