# 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 = "rust_hero" version = "0.5.2" authors = [ "Vincent Xiao ", "Yijun Yu ", ] description = "Rust assistant that utilizes NLP to enhance the quality of rust code." documentation = "https://docs.rs/rust_hero" readme = "README.md" keywords = [ "NLP", "unsafe", "lifetime", ] license = "Apache-2.0" repository = "https://github.com/yijunyu/curs" resolver = "2" [package.metadata.docs.rs] features = ["doc-only"] [dependencies.anyhow] version = "1.0.52" [dependencies.bump_alloc] version = "0.1.0" [dependencies.clap] version = "3.2.15" features = [ "derive", "std", "color", "suggestions", "cargo", ] [dependencies.crossbeam] version = "0.8.1" [dependencies.ignore] version = "0.4.18" [dependencies.indicatif] version = "0.17.1" [dependencies.itertools] version = "0.10.3" [dependencies.rayon] version = "1.5.1" [dependencies.rust-bert] version = "0.19.0" [dependencies.rust_tokenizers] version = "~7.0.1" [dependencies.serde] version = "1.0.134" features = ["derive"] [dependencies.serde_json] version = "1.0.75" [dependencies.tch] version = "~0.8.0" [dependencies.tree-sitter] version = "0.20.2" [dev-dependencies.insta] version = "1.10.0" [build-dependencies.cc] version = "1.0.72" features = ["parallel"] [build-dependencies.git2] version = "0.15.0" [features] all-tests = [] doc-only = ["tch/doc-only"]