# 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 = "infer-mli" version = "1.0.2" authors = ["Gabrielle GuimarĂ£es de Oliveira"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Infer a .mli file from a .ml file using the OCaml Language Server" readme = "README.md" keywords = [ "lsp", "ocaml", "language-server", "infer", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/aripiprazole/infer-mli" [[bin]] name = "infer-mli" path = "src/main.rs" [dependencies.async-lsp] version = "0.2.0" [dependencies.async-process] version = "2.3.0" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.futures] version = "0.3.30" [dependencies.lsp-types] version = "0.95.1" [dependencies.ropey] version = "1.6.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tower] version = "0.5.1" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"