# 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 = "cron-descriptor" version = "0.1.1" authors = ["Craig Flockhart "] description = "Provides human-readable desriptions of cron expressions" homepage = "https://github.com/cflockhart/cron-descriptor-rust" readme = "README.md" keywords = [ "cron", "localization", "date-and-time", ] categories = [ "parsing", "localization", "date-and-time", ] license = "Apache-2.0" repository = "https://github.com/cflockhart/cron-descriptor-rust" [package.metadata.i18n] available-locales = [ "en", "es", ] default-locale = "en" [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.10.0" [dependencies.regex] version = "1.5.4" [dependencies.rust-i18n] version = "1.1.2" [dependencies.strfmt] version = "0.2.1" [dependencies.string-builder] version = "0.2.0" [dependencies.substring] version = "1.4.5" [dev-dependencies.ctor] version = "0.1.26"