fxrank-lang-python 0.3.0

Python (libcst-based) frontend for FxRank's effect-cost profiler.
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.85"
name = "fxrank-lang-python"
version = "0.3.0"
authors = ["caasi Huang <caasi.igd@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python (libcst-based) frontend for FxRank's effect-cost profiler."
homepage = "https://github.com/caasi/fxrank"
readme = false
keywords = [
    "effect",
    "profiler",
    "static-analysis",
    "rust",
    "typescript",
]
categories = ["development-tools::profiling"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/caasi/fxrank"

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

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

[dependencies.fxrank-core]
version = "0.3.0"

[dependencies.libcst]
version = "1.8.6"
default-features = false

[dev-dependencies.insta]
version = "1"
features = ["json"]

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

[lints.clippy]
all = "warn"