# 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 = "2021" rust-version = "1.74.0" name = "uast" version = "4.0.5" authors = ["Dhruvil Dave"] build = false include = ["src/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Unicode Aware Saṃskṛta Transliteration in Rust 🦀" homepage = "https://uast.dev" readme = "README.md" categories = [ "text-processing", "command-line-utilities", "parser-implementations", "encoding", ] license = "Apache-2.0" repository = "https://github.com/dhruvildave/uast.rs" [profile.release] lto = true strip = true [lib] name = "uast" path = "src/lib.rs" [[bin]] name = "uast" path = "src/main.rs"