# 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 = "fastdate" version = "0.3.34" authors = ["ce "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust fast date carte" readme = "Readme.md" license = "Apache-2.0" repository = "https://github.com/rbatis/fastdate" [lib] name = "fastdate" path = "src/lib.rs" [[test]] name = "date" path = "tests/date.rs" [[test]] name = "datetime" path = "tests/datetime.rs" [[test]] name = "error" path = "tests/error.rs" [[test]] name = "offset" path = "tests/offset.rs" [[test]] name = "time" path = "tests/time.rs" [[bench]] name = "bench" path = "benches/bench.rs" [dependencies.serde] version = "1" [dependencies.time1] version = "0.3.20" features = [ "formatting", "parsing", "serde", ] package = "time" [dev-dependencies.serde_json] version = "1" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Foundation", "Win32_System_Time", ]