# 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 = "snippet" version = "0.1.6" authors = ["araraloren"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Running c/c++/rust snippet from command line" readme = "README.md" keywords = [ "wasi", "cli", "c", "c++", "compiler", ] categories = ["command-line-interface"] license = "MPL-2.0" repository = "https://github.com/araraloren/snippet/" [[bin]] name = "snippet" path = "src/main.rs" [dependencies.async-trait] version = "0.1" [dependencies.color-eyre] version = "0.6" [dependencies.cote] version = "0.5" features = [ "sync", "log", ] [dependencies.reqwest] version = "0.12" [dependencies.rustyline] version = "14.0" [dependencies.tokio] version = "1.39" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "registry", ] [dependencies.wac-graph] version = "0.6" [dependencies.wasmtime] version = "24.0" [dependencies.wasmtime-wasi] version = "24.0" [dependencies.which] version = "6.0" [build-dependencies.color-eyre] version = "0.6" [build-dependencies.wit-deps] version = "0.3" [features] local = []