# 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" name = "nadesiko3" version = "0.2.0" authors = ["kujirahand"] include = [ "src/", "LICENSE", "README.md", "CHANGELOG.md", "COPYRIGHT", ] description = "Japanese programming language Nadesiko v3" homepage = "https://nadesi.com" documentation = "https://docs.rs/nadesiko3" readme = "README.md" keywords = [ "script", "Japanese", ] license = "MIT" repository = "https://github.com/kujirahand/nadesiko3rust" [lib] crate-type = [ "cdylib", "rlib", ] [[bin]] name = "rnako3" path = "src/main.rs"