# 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 = "elikoga-ical-rs" version = "0.2.4" authors = ["Eli Kogan-Wang "] description = "Ical library" homepage = "https://github.com/elikoga/elikoga-ical-rs/" documentation = "https://docs.rs/elikoga-ical-rs" readme = "README.md" keywords = [ "ical", "icalendar", "ics", "rfc5545", ] categories = [ "encoding", "parser-implementations", "parsing", "text-processing", ] license = "MIT" repository = "https://github.com/elikoga/elikoga-ical-rs/" resolver = "2" [package.metadata.release] pre-release-hook = ["./pre-release.sh"] [dependencies.eyre] version = "0.6" [dependencies.memchr] version = "2" [dependencies.thiserror] version = "1" [dev-dependencies.rand] version = "0.8.5"