typescript_tools 10.1.76

Tools for working with TypeScript monorepos
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 = "2021"
name = "typescript_tools"
version = "10.1.76"
authors = ["Eric Crosson <eric.s.crosson@utexas.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tools for working with TypeScript monorepos"
homepage = "https://github.com/typescript-tools/monorepo"
readme = "README.md"
keywords = [
    "typescript",
    "monorepo",
]
license = "ISC"
repository = "https://github.com/typescript-tools/monorepo"

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

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

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

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

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

[dependencies.globwalk]
version = "0.9"

[dependencies.pariter]
version = "0.6"

[dependencies.pathdiff]
version = "0.2"

[dependencies.rinja]
version = "0.3"

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

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

[dev-dependencies.assert-json-diff]
version = "=2.0.2"

[dev-dependencies.tempdir]
version = "=0.3.7"