# 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 = "mdbook_ls" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mdBook Language Server." readme = "README.md" license = "MIT" repository = "https://github.com/SichangHe/mdbook_ls" [profile.release] lto = true [lib] name = "mdbook_ls" path = "src/lib.rs" [[bin]] name = "mdbook-ls" path = "src/main.rs" required-features = ["build-binary"] [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.drop_this] version = "0.0" features = ["tokio"] [dependencies.mdbook_incremental_preview] version = "0.0" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", "io-std", ] [dependencies.tokio_gen_server] version = "0.4" [dependencies.tower-lsp] version = "0.20" [dependencies.tracing] version = "0.1" default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "ansi", "env-filter", "fmt", "smallvec", "tracing-log", ] default-features = false [features] build-binary = ["dep:clap"] default = ["build-binary"]