[package]
edition = "2024"
rust-version = "1.88"
name = "cargo-eqts"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build and generate TypeScript adapters for eqts crates"
readme = false
license = "ISC"
repository = "https://github.com/tschk/eqts"
resolver = "2"
[[bin]]
name = "cargo-eqts"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.cargo-platform]
version = "=0.3.0"
[dependencies.cargo_metadata]
version = "0.23"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.libloading]
version = "0.9"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dev-dependencies.tempfile]
version = "3"
[lints.clippy.all]
level = "deny"
priority = 10
[lints.clippy.pedantic]
level = "warn"
priority = 5
[lints.rust]
future-incompatible = "warn"
nonstandard-style = "deny"