# 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 = "starlark_bin" version = "0.12.0" authors = [ "Damien Martin-Guillerez ", "Facebook", ] description = "starlark binary" documentation = "https://docs.rs/starlark" readme = "README.md" keywords = [ "starlark", "skylark", "language", "interpreter", ] categories = [ "parser-implementations", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/facebookexperimental/starlark-rust" [[bin]] name = "starlark" path = "bin/main.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.argfile] version = "0.1.0" [dependencies.clap] version = "4.0.7" features = [ "derive", "wrap_help", ] [dependencies.debugserver-types] version = "0.5.0" [dependencies.dupe] version = "0.9.0" [dependencies.either] version = "1.8" [dependencies.itertools] version = "0.10" [dependencies.lsp-types] version = "0.94.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.starlark] version = "0.12.0" [dependencies.starlark_lsp] version = "0.12.0" [dependencies.starlark_map] version = "0.12.0" [dependencies.thiserror] version = "1.0.36" [dependencies.walkdir] version = "2.3"