cargo-eqts 0.2.0

Build and generate TypeScript adapters for eqts crates
# 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 = "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"