# 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 = "duckscriptsdk_sandbox" version = "0.1.0" authors = ["starryuwu"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Use the duckscript sdk without worrying about users interacting with what you don't want them to" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jacks0n9/duckscriptsdk_sandbox.git" [lib] name = "duckscriptsdk_sandbox" path = "src/lib.rs" [dependencies.duckscript] version = "0.8.0" [dependencies.duckscriptsdk] version = "0.9.3" default-features = false