# 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 = "icalendar-duration" version = "0.1.1" authors = ["Hugo Osvaldo Barrera "] description = "Parser for icalendar duration fields" homepage = "https://sr.ht/~whynothugo/valarmd" documentation = "https://docs.rs/icalendar-duration/*/icalendar_duration/" readme = "README.md" keywords = [ "icalendar", "duration", "valarm", "ics", ] categories = [ "date-and-time", "parser-implementations", ] license = "MPL-2.0" repository = "https://git.sr.ht/~whynothugo/valarmd" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.icalendar] version = "0.13.1" features = ["parser"] [dependencies.log] version = "0.4.17" [dependencies.nom] version = "7.1.1"