# 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 = "rhai-chrono" version = "0.1.1" authors = ["Ivan Ganev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rhai package for using chrono DateTime" homepage = "https://github.com/iganev/rhai-chrono" documentation = "https://docs.rs/crate/rhai-chrono/" readme = "README.md" keywords = [ "rhai", "chrono", "date", "datetime", ] categories = [ "template-engine", "web-programming", "value-formatting", "text-processing", ] license = "BSD-2-Clause" repository = "https://github.com/iganev/rhai-chrono" [lib] name = "rhai_chrono" path = "src/lib.rs" [dependencies.chrono] version = ">=0.4.20" features = [ "serde", "unstable-locales", ] [dependencies.chrono-tz] version = "0" [dependencies.rhai] version = "1" [features] default = [] sync = ["rhai/sync"] [badges.maintenance] status = "actively-developed"