# 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 = "duckscript" version = "0.10.0" authors = ["Sagie Gur-Ari "] build = false include = [ "/benches/*", "/docs/*", "/examples/*", "/src/*", "/tests/*", "/Cargo.toml", "/LICENSE", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple, extendable and embeddable scripting language." homepage = "http://github.com/sagiegurari/duckscript" documentation = "https://sagiegurari.github.io/duckscript/api/duckscript/index.html" readme = "README.md" keywords = [ "script", "script-engine", "language", ] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/sagiegurari/duckscript.git" [lib] name = "duckscript" path = "src/lib.rs" [dependencies.fsio] version = "^0.4"