# 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 = "dayjs" version = "0.1.1" authors = ["michaelbguo@tencent.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "dayjs api for rust" documentation = "https://docs.rs/dayjs" readme = "README.md" keywords = [ "date", "time", "day", ] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/guobin211/dayjs" [lib] name = "dayjs" path = "src/lib.rs" [[bin]] name = "dayjs" path = "src/main.rs" [[test]] name = "lib_test" path = "tests/lib_test.rs" [dependencies.chrono] version = "0.4.38" [dependencies.lazy_static] version = "1.5.0" [dependencies.regex] version = "1.11.0"