testing-conventions 0.0.14

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
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 = "testing-conventions"
version = "0.0.14"
authors = ["Kevin Scott <me@thekevinscott.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enforce testing conventions in libraries (Python, TypeScript, and Rust)."
readme = false
license = "MIT"
repository = "https://github.com/thekevinscott/testing-conventions"

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

[[bin]]
name = "testing-conventions"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.rustpython-ast]
version = "0.4.0"
features = ["visitor"]

[dependencies.rustpython-parser]
version = "0.4.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.8"