# 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.57.0" name = "funcfmt" version = "0.3.0" authors = ["Chris Down "] description = "\"Parse once, populate many\" templating using function traits" readme = "README.md" keywords = ["template"] categories = ["template-engine"] license = "MIT" repository = "https://github.com/cdown/funcfmt" [dependencies.fnv] version = "1.0.7" [dependencies.smallvec] version = "1.10.0" features = ["union"] [dependencies.smartstring] version = "1.0.1" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.once_cell] version = "1.17.1" [dev-dependencies.proptest] version = "1.1.0"