sailfish 0.10.2

Simple, small, and extremely fast template engine for Rust
Documentation
# 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 = "2024"
name = "sailfish"
version = "0.10.2"
authors = ["Ryohei Machida <orcinus4627@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple, small, and extremely fast template engine for Rust"
homepage = "https://github.com/rust-sailfish/sailfish"
readme = "README.md"
keywords = [
    "markup",
    "template",
    "html",
]
categories = ["template-engine"]
license = "MIT"
repository = "https://github.com/rust-sailfish/sailfish"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
config = ["sailfish-macros/config"]
default = [
    "config",
    "derive",
    "perf-inline",
]
derive = ["sailfish-macros"]
json = [
    "serde",
    "serde_json",
]
perf-inline = []

[lib]
name = "sailfish"
path = "src/lib.rs"

[dependencies.itoap]
version = "1.0.1"

[dependencies.ryu]
version = "1.0.23"

[dependencies.sailfish-macros]
version = "0.10.2"
optional = true
default-features = false

[dependencies.serde]
version = "1.0.228"
optional = true

[dependencies.serde_json]
version = "1.0.149"
optional = true

[build-dependencies.version_check]
version = "0.9.5"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(sailfish_nightly)"]