# 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_cli" version = "0.11.1" 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 = "The duckscript command line executable." 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" [[bin]] name = "duck" path = "src/main.rs" [dependencies.duckscript] version = "^0.10.0" [dependencies.duckscriptsdk] version = "^0.11.1" default-features = false [features] default = ["tls-rustls"] tls = ["tls-rustls"] tls-native = ["duckscriptsdk/tls-native"] tls-rustls = ["duckscriptsdk/tls-rustls"]