# 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 = "code-blocks-server" version = "0.6.0" authors = ["Tom Selfin selfint@gmail.com"] description = "A tool to re-order your code" readme = "README.md" keywords = [ "refactor", "tree-sitter", "static-analysis", ] categories = [ "command-line-utilities", "development-tools", "parsing", "text-editors", ] license = "MIT" repository = "https://github.com/selfint/code-blocks" resolver = "1" [[bin]] name = "code-blocks-cli" required-features = ["cli"] [dependencies.anyhow] version = "1.0.69" [dependencies.code-blocks] version = "0.3.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" optional = true [dependencies.tree-sitter] version = "0.20.9" [dependencies.tree-sitter-installer] version = "0.2.0" [dev-dependencies.insta] version = "1.26.0" features = ["json"] [dev-dependencies.tempfile] version = "3.4.0" [dev-dependencies.tree-sitter-python] version = "0.20.2" [dev-dependencies.tree-sitter-rust] version = "0.20.3" [dev-dependencies.tree-sitter-typescript] version = "0.20.2" [features] cli = ["serde_json"]