# 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-systemd" version = "0.3.1" authors = ["Joining7943 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast and precise systemd time span parser of rust strings to a Duration" homepage = "https://github.com/fundu-rs/fundu" readme = "README.md" keywords = [ "fundu", "systemd", "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_systemd" path = "src/lib.rs" [[test]] name = "test_time_span_parser" path = "tests/test_time_span_parser.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [[bench]] name = "flamegraph" path = "benches/flamegraph.rs" bench = false harness = false required-features = ["with-flamegraph"] [[bench]] name = "fundu_systemd_iai_parsing" path = "benches/fundu_systemd_iai_parsing.rs" harness = false required-features = ["with-iai"] [dependencies.fundu] version = "=2.0.1" features = ["base"] default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rstest] version = ">=0.18" [features] chrono = ["fundu/chrono"] default = [] serde = ["fundu/serde"] time = ["fundu/time"] with-flamegraph = ["fundu/with-flamegraph"] with-iai = ["fundu/with-iai"] [target."cfg(unix)".dev-dependencies.iai-callgrind] version = "0.13" [target."cfg(unix)".dev-dependencies.inferno] version = "0.11" [target."cfg(unix)".dev-dependencies.pprof] version = "0.13" features = [ "flamegraph", "criterion", ]