twoslash-rust 0.0.2

Twoslash for Rust - extract type information from Rust code using rust-analyzer
# 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 = "twoslash-rust"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Twoslash for Rust - extract type information from Rust code using rust-analyzer"
readme = "README.md"
keywords = [
    "twoslash",
    "rust-analyzer",
    "documentation",
    "ide",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/wevm/vocs"

[[bin]]
name = "twoslash-rust"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.56"

[dependencies.camino]
version = "1.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.load_cargo]
version = "0.0.315"
package = "ra_ap_load-cargo"

[dependencies.ra_ide]
version = "0.0.315"
package = "ra_ap_ide"

[dependencies.ra_ide_db]
version = "0.0.315"
package = "ra_ap_ide_db"

[dependencies.ra_project_model]
version = "0.0.315"
package = "ra_ap_project_model"

[dependencies.ra_syntax]
version = "0.0.315"
package = "ra_ap_syntax"

[dependencies.ra_vfs]
version = "0.0.315"
package = "ra_ap_vfs"

[dependencies.regex]
version = "1.5.5"

[dependencies.serde]
version = "1.0.136"

[dependencies.serde_derive]
version = "1.0.136"

[dependencies.serde_json]
version = "1.0.79"

[dependencies.tempfile]
version = "3.3.0"

[dev-dependencies.insta]
version = "1.40"
features = ["yaml"]