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