devnagari 0.1.0

Code in Devanagari (Hindi/Sanskrit) — type aliases, macros, and keyword translation 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 = "devnagari"
version = "0.1.0"
authors = ["Srotas Maurya <me@srotas.space>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code in Devanagari (Hindi/Sanskrit) — type aliases, macros, and keyword translation for Rust"
documentation = "https://docs.rs/devnagari"
readme = "README.md"
keywords = [
    "devnagari",
    "hindi",
    "sanskrit",
    "i18n",
    "localization",
]
categories = [
    "no-std",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/srotas-space/devnagari"
resolver = "2"

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

[[example]]
name = "namaste"
path = "examples/namaste.rs"

[dependencies.devnagari_macros]
version = "0.1.0"

[dev-dependencies]