# 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 = "sys-datetime" version = "1.1.0" authors = ["lipogem"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "datetime" readme = "README.md" keywords = [ "datetime", "date", "time", ] license = "MIT" repository = "https://github.com/lipogem/sys-datetime" [lib] name = "sys_datetime" path = "src/lib.rs" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.sqlx] version = "0" optional = true [features] mysql = ["sqlx/mysql"] postgres = ["sqlx/postgres"]