# 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 = "rrules" version = "0.2.3" authors = ["Thiago Pacheco"] description = "A library for working with recurrence rules" readme = "README.md" keywords = [ "recurrence", "rrule", "recurrence-rule", ] categories = ["parsing"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/pachecoio/rrules" [dependencies.chrono] version = "0.4.23" [dependencies.regex] version = "1.7.1" [dev-dependencies.cargo-sonar] version = "0.14.1"