# 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 = "duration-string" version = "0.4.0" authors = [ "Ronni Skansing ", "Martin Davy ", "Philip Sequeira ", "Kiran Ostrolenk ", ] exclude = ["coverage/**/*"] description = "String to duration and vice-versa lib. Format is [0-9]+(ns|us|ms|[smhdwy]) such as 100ms, 1s, 2h, 1y" documentation = "https://docs.rs/duration-string" readme = "README.md" keywords = ["duration"] categories = ["date-and-time"] license-file = "LICENSE" repository = "https://github.com/Ronniskansing/duration-string" [profile.test] [dependencies.serde] version = "1.0.105" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0.49" [features] [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] unsafe_code = "forbid"