# 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 = "lammps-analyser" version = "0.1.0-pre-release-3" build = "build.rs" exclude = [ "/ci", "images/", ".*", "bacon.toml", "_typos.toml", ] autobins = false autoexamples = false autotests = false autobenches = false default-run = "lammps-analyser" description = "A CLI tool and language server for LAMMPS simulation input scripts." readme = "README.md" license = "GPL-2.0-only" repository = "https://github.com/chappertron/lammps-analyser" [profile.dist] lto = "thin" inherits = "release" [lib] name = "lammps_analyser" path = "src/lib.rs" [[bin]] name = "lammps-analyser" path = "src/main.rs" [[bin]] name = "lmp-lsp" path = "src/bin/lmp-lsp.rs" [[bench]] name = "cli_bench" path = "benches/cli_bench.rs" harness = false [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dashmap] version = "6.1" [dependencies.itertools] version = "0.13.0" [dependencies.lsp-types] version = "0.94.1" [dependencies.once_cell] version = "1.19.0" [dependencies.owo-colors] version = "4.1" features = ["supports-colors"] [dependencies.serde] version = "1.0.171" [dependencies.serde_json] version = "1.0.105" [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.40.0" features = [ "io-std", "rt", "macros", "rt-multi-thread", ] [dependencies.tower-lsp] version = "0.20.0" [dependencies.tree-sitter] version = "0.23.0" [dependencies.tree-sitter-lammps] version = "0.0.8" [dev-dependencies.criterion] version = "=0.5.1" features = ["html_reports"] [dev-dependencies.pretty_assertions] version = "1.4.0" [build-dependencies.cc] version = "1.0" [features] ast_panics = [] [lints.clippy] enum_glob_use = "deny" redundant_clone = "warn" ref_option_ref = "warn"