# 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" rust-version = "1.56" name = "astrolabe" version = "0.5.3" authors = ["Jasmin "] build = false include = [ "src/**", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Date and time library for Rust. Aims to be feature rich, lightweight and easy-to-use." homepage = "https://github.com/giyomoon/astrolabe" documentation = "https://docs.rs/astrolabe/" readme = "README.md" keywords = [ "date", "time", ] categories = ["date-and-time"] license = "MIT OR Apache-2.0" repository = "https://github.com/giyomoon/astrolabe" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "astrolabe" path = "src/lib.rs" [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.sqlx] version = "^0.8.1" optional = true default-features = false [dev-dependencies.serde_test] version = "1.0" [dev-dependencies.sqlx] version = "^0.8.1" features = [ "runtime-tokio-rustls", "migrate", "macros", "postgres", ] default-features = false [features] sqlx-postgres = [ "sqlx", "sqlx/postgres", ]