akari 0.2.7

Dynamic & Weakly Typed Programming Powered by 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 = "akari"
version = "0.2.7"
authors = ["Redstone <redstone@fds.moe>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dynamic & Weakly Typed Programming Powered by Rust"
homepage = "https://fds.rs/akari/"
readme = "README.md"
keywords = [
    "json",
    "parser",
    "template",
    "dynamic",
    "streaming",
]
categories = [
    "data-structures",
    "parser-implementations",
    "template-engine",
    "encoding",
    "web-programming",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/Field-of-Dreams-Studio/akari"
resolver = "1"

[features]
bin = [
    "dynamic",
    "template",
]
default = ["dynamic"]
dynamic = []
extension = []
full = [
    "dynamic",
    "object_macro",
    "extension",
    "template",
]
object_macro = ["dep:akari_macro"]
template = ["dynamic"]

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

[[bin]]
name = "akari"
path = "src/main.rs"
required-features = ["bin"]

[dependencies.akari_macro]
version = "0.2.0"
optional = true