# 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.72" name = "ogrim" version = "0.1.1" authors = ["Lukas Kalbertodt "] exclude = [".github"] description = """ XML builder macro letting you write literal XML inside your Rust code (similar to `serde_json::json!`). Features interpolation, escaping, auto-close tags and minimal memory allocations. """ documentation = "https://docs.rs/ogrim/" readme = "README.md" keywords = [ "xml", "builder", "macro", "rss", ] categories = [ "encoding", "template-engine", "data-structures", ] license = "MIT/Apache-2.0" repository = "https://github.com/elan-ev/ogrim/" [dependencies.ogrim-macros] version = "=0.0.3"