rspyts-cli 3.0.1

Compiler and build orchestrator for rspyts
Documentation
# 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 = "rspyts-cli"
version = "3.0.1"
build = false
include = [
    "src/**",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compiler and build orchestrator for rspyts"
readme = "README.md"
keywords = [
    "ffi",
    "python",
    "typescript",
    "wasm",
    "codegen",
]
categories = [
    "command-line-utilities",
    "development-tools::ffi",
]
license = "MIT"
repository = "https://github.com/2xf-org/rspyts"

[lib]
name = "rspyts_cli"
path = "src/lib.rs"

[[bin]]
name = "rspyts"
path = "src/main.rs"
doc = false

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.fs4]
version = "1.1"

[dependencies.libloading]
version = "0.9"

[dependencies.rspyts]
version = "3"

[dependencies.semver]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.27"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"
features = ["serde"]

[dependencies.wasm-bindgen-cli-support]
version = "=0.2.126"