# 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 = "2018" name = "sqldatetime" version = "0.1.38" authors = [ "David Li ", "Derek Cao ", ] description = "SQL date/time types written in Rust" homepage = "https://github.com/cod-technologies/sqldatetime" documentation = "https://docs.rs/sqldatetime/" readme = "README.md" keywords = [ "date", "time", "datetime", "timestamp", "SQL", ] license = "Apache-2.0" repository = "https://github.com/cod-technologies/sqldatetime.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "benchmark" harness = false [dependencies.libc] version = "0.2.0" [dependencies.once_cell] version = "1.13.1" features = [ "default", "parking_lot", ] optional = true [dependencies.serde_crate] version = "1.0.143" optional = true package = "serde" [dependencies.stack-buf] version = "0.1.6" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.serde_crate] version = "1.0.143" features = ["derive"] package = "serde" [dev-dependencies.serde_json] version = "1.0.83" [features] oracle = [] serde = [ "serde_crate", "once_cell", "stack-buf/str", ]