rustbasic-translatable 0.0.3

Multi-language JSON translation and localization package for the RustBasic Framework.
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 = "rustbasic-translatable"
version = "0.0.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-language JSON translation and localization package for the RustBasic Framework."
homepage = "https://github.com/herisvan321/rustbasic"
documentation = "https://docs.rs/rustbasic-translatable"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "translation",
    "localization",
    "i18n",
]
categories = [
    "web-programming",
    "localization",
]
license = "MIT"
repository = "https://github.com/herisvan321/rustbasic-translatable"

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

[dependencies.once_cell]
version = "1.20.2"

[dependencies.rustbasic-core]
version = "0.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tokio]
version = "1.52.1"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"