| # @generated by autocargo from //pyrefly/crates/pyrefly_python:pyrefly_python |
| |
| [package] |
| name = "pyrefly_python" |
| version = "1.3.0-dev.3" |
| authors = ["Meta"] |
| edition = "2024" |
| repository = "https://github.com/facebook/pyrefly" |
| license = "MIT" |
| |
| [dependencies] |
| anyhow = "1.0.104" |
| clap = { version = "4.6.2", features = ["derive", "env", "string", "unicode", "wrap_help"] } |
| dupe = "0.9.1" |
| enum-iterator = "2.3.0" |
| equivalent = "1.0.2" |
| itertools = "0.15.0" |
| lsp-types = { git = "https://github.com/yangdanny97/lsp-types", rev = "395d6bfcd6c3696a64cfe9cd93b86f981fb85112" } |
| pathdiff = "0.2" |
| pyrefly_util = { path = "../pyrefly_util" } |
| regex = "1.13.1" |
| ruff_notebook = "0.0.11" |
| ruff_python_ast = "0.0.11" |
| ruff_python_parser = "0.0.11" |
| ruff_text_size = "0.0.11" |
| serde = { version = "1.0.229", features = ["derive", "rc"] } |
| starlark_map = "0.14.2" |
| static_interner = { version = "0.1.3", features = ["dupe"] } |
| thin-vec = "0.2.19" |
| thiserror = "2.0.20" |
| unicode-ident = "1.0.24" |
| vec1 = { version = "1.12.1", features = ["serde"] } |
| |
| [dev-dependencies] |
| serde_json = { version = "1.0.151", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } |
| toml = { version = "1.1.4", features = ["preserve_order"] } |