# 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.66.0" name = "fundu-core" version = "0.3.1" authors = ["Joining7943 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The core driving the implementation of fundu" homepage = "https://github.com/fundu-rs/fundu" readme = "README.md" keywords = [ "fundu", "fundu-core", "parse", "duration", "time", ] categories = [ "parsing", "date-and-time", ] license = "MIT" repository = "https://github.com/fundu-rs/fundu" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "fundu_core" path = "src/lib.rs" [[test]] name = "test_parsing_numerals" path = "tests/test_parsing_numerals.rs" [dependencies.chrono] version = "0.4.24" optional = true default-features = false [dependencies.serde] version = "1" features = [ "derive", "derive", ] optional = true [dependencies.time] version = "0.3.1" optional = true default-features = false [dev-dependencies.rstest] version = ">=0.18" [dev-dependencies.rstest_reuse] version = "0.7" [dev-dependencies.serde_test] version = "1" [features] chrono = ["dep:chrono"] default = [] serde = ["dep:serde"] time = ["dep:time"]