# 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.56" name = "nate" version = "0.4.0" authors = ["René Kijewski "] description = "Not a Template Engine. Derive Display using a template." homepage = "https://github.com/Kijewski/nate" readme = "README.md" keywords = [ "html", "template", "no-std", ] categories = ["template-engine"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/Kijewski/nate" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.itoa] version = "=1" [dependencies.nate-derive] version = "0.4.0" [dependencies.ryu] version = "=1.0" [features] alloc = [] default = ["std"] std = ["alloc"]