# 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" rust-version = "1.76" name = "externref-cli" version = "0.3.0-beta.1" authors = ["Alex Ostrovski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI for `externref` providing WASM module processing" readme = "README.md" keywords = [ "externref", "anyref", "wasm", ] categories = [ "command-line-utilities", "wasm", "development-tools::ffi", ] license = "MIT OR Apache-2.0" repository = "https://github.com/slowli/externref" [[bin]] name = "externref" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.18" features = [ "derive", "wrap_help", ] [dependencies.externref] version = "=0.3.0-beta.1" features = ["processor"] default-features = false [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] optional = true [dev-dependencies.term-transcript] version = "=0.4.0-beta.1" features = ["portable-pty"] [dev-dependencies.test-casing] version = "0.1.3" [features] default = ["tracing"] tracing = [ "tracing-subscriber", "externref/tracing", ]