| # 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.71" |
| name = "rinja_derive" |
| version = "0.3.4" |
| build = false |
| autobins = false |
| autoexamples = false |
| autotests = false |
| autobenches = false |
| description = "Procedural macro package for Rinja" |
| homepage = "https://github.com/rinja-rs/rinja" |
| readme = "README.md" |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/rinja-rs/rinja" |
| |
| [package.metadata.docs.rs] |
| all-features = true |
| rustdoc-args = [ |
| "--generate-link-to-definition", |
| "--cfg=docsrs", |
| ] |
| |
| [lib] |
| name = "rinja_derive" |
| path = "src/lib.rs" |
| proc-macro = true |
| |
| [dependencies.basic-toml] |
| version = "0.1.1" |
| optional = true |
| |
| [dependencies.memchr] |
| version = "2" |
| |
| [dependencies.mime] |
| version = "0.3" |
| |
| [dependencies.mime_guess] |
| version = "2" |
| |
| [dependencies.once_map] |
| version = "0.4.18" |
| features = ["std"] |
| default-features = false |
| |
| [dependencies.parser] |
| version = "=0.3.4" |
| package = "rinja_parser" |
| |
| [dependencies.proc-macro2] |
| version = "1" |
| |
| [dependencies.pulldown-cmark] |
| version = "0.12.0" |
| optional = true |
| default-features = false |
| |
| [dependencies.quote] |
| version = "1" |
| |
| [dependencies.rustc-hash] |
| version = "2.0.0" |
| |
| [dependencies.serde] |
| version = "1.0" |
| features = ["derive"] |
| optional = true |
| |
| [dependencies.syn] |
| version = "2.0.3" |
| |
| [dev-dependencies.console] |
| version = "0.15.8" |
| |
| [dev-dependencies.prettyplease] |
| version = "0.2.20" |
| |
| [dev-dependencies.similar] |
| version = "2.6.0" |
| |
| [dev-dependencies.syn] |
| version = "2.0.3" |
| features = ["full"] |
| |
| [features] |
| code-in-doc = ["dep:pulldown-cmark"] |
| config = [ |
| "dep:serde", |
| "dep:basic-toml", |
| "parser/config", |
| ] |
| humansize = [] |
| num-traits = [] |
| serde_json = [] |
| urlencode = [] |
| with-actix-web = [] |
| with-axum = [] |
| with-rocket = [] |
| with-warp = [] |
| |
| [lints.rust.unexpected_cfgs] |
| level = "allow" |
| priority = 0 |
| check-cfg = ['cfg(feature, values("__standalone"))'] |