# 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 = "libical" version = "0.1.0" authors = ["Nora ", "Vincent Breitmoser ", "Matthias Beyer "] description = "Wrapping library around libical-sys" readme = "./README.md" keywords = ["ical", "icalendar", "calendar"] categories = ["api-bindings"] license = "LGPL-2.1 OR MPL-2.0" [dependencies.atty] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.fs2] version = "0.4.3" [dependencies.ical] version = "0.1.1" package = "libical-sys" [dependencies.indoc] version = "0.3.1" [dependencies.itertools] version = "0.8.0" [dependencies.lazy_static] version = "1.2.0" [dependencies.log] version = "0.4.5" [dependencies.uuid] version = "0.8" features = ["v4"] [dependencies.walkdir] version = "2.2.7" [dev-dependencies.assert_fs] version = "0.13.1" [dev-dependencies.maplit] version = "1.0.1" [dev-dependencies.predicates] version = "1.0" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.tempfile] version = "3.0.5"