# 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 = "kairos" version = "0.4.0" authors = ["Matthias Beyer "] description = "A library on top of chrono to calculate times and dates ergonomically" readme = "README.md" keywords = [ "time", "calc", "parser", ] categories = ["date-and-time"] license = "MPL-2.0" repository = "https://git.beyermatthi.as/kairos" [dependencies.chrono] version = "0.4" [dependencies.filters] version = "0.4" optional = true [dependencies.iso8601] version = "0.6" [dependencies.nom] version = "7" [dependencies.thiserror] version = "1" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.log] version = "0.4" [features] default = [] with-filters = ["filters"]