srcmap-cli 0.2.1

CLI tool to inspect, validate, compose, and manipulate source maps
# 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"
name = "srcmap-cli"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to inspect, validate, compose, and manipulate source maps"
readme = "README.md"
keywords = [
    "sourcemap",
    "source-map",
    "cli",
    "devtools",
    "ecma-426",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/BartWaardenburg/srcmap"
resolver = "2"

[[bin]]
name = "srcmap"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

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

[dependencies.serde_json]
version = "1"
features = ["raw_value"]

[dependencies.srcmap-codec]
version = "0.2.1"

[dependencies.srcmap-remapping]
version = "0.2.1"

[dependencies.srcmap-scopes]
version = "0.2.1"

[dependencies.srcmap-sourcemap]
version = "0.2.1"

[dependencies.srcmap-symbolicate]
version = "0.2.1"

[dev-dependencies.serde_json]
version = "1"
features = ["raw_value"]

[dev-dependencies.tempfile]
version = "3"