# 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.80.0" name = "parse-display-with" version = "0.0.2" authors = ["frozenlib"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Custom formatting/parsing utilities for parse-display." documentation = "https://docs.rs/parse-display-with/" readme = "README.md" keywords = ["parse-display"] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/frozenlib/parse-display" [lib] name = "parse_display_with" path = "src/lib.rs" [[test]] name = "display_formats" path = "tests/display_formats.rs" [[test]] name = "from_str_formats" path = "tests/from_str_formats.rs" [dependencies.parse-display] version = "0.10.0" default-features = false [features] default = ["std"] std = ["parse-display/std"]