# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ra_ap_ssr" version = "0.0.39" authors = ["rust-analyzer developers"] description = "Structural search and replace of Rust code" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-analyzer/rust-analyzer" [lib] doctest = false [dependencies.hir] version = "=0.0.39" package = "ra_ap_hir" [dependencies.ide_db] version = "=0.0.39" package = "ra_ap_ide_db" [dependencies.itertools] version = "0.10.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.syntax] version = "=0.0.39" package = "ra_ap_syntax" [dependencies.test_utils] version = "=0.0.39" package = "ra_ap_test_utils" [dependencies.text_edit] version = "=0.0.39" package = "ra_ap_text_edit" [dev-dependencies.expect-test] version = "1.1"