rustbasic-translatable 0.0.4

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.4"
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.rustbasic-core]
version = "0.1"