# 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 = "intellirust" version = "0.1.0" description = "A library that faciliates context-aware Rust code generation." license = "MIT" repository = "https://github.com/pan2013e/intellirust" [package.metadata.commands] install = "maturin develop --release && pip install ." [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" [lib] name = "intellirust" crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1.0" [dependencies.build-target] version = "0.4.0" [dependencies.log] version = "0.4.20" [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [dependencies.pyo3] version = "0.20.2" features = ["extension-module"] [dependencies.pyo3-log] version = "0.9.0" [dependencies.quote] version = "1.0" [dependencies.ra_ap_cfg] version = "0.0.198" [dependencies.ra_ap_hir] version = "0.0.198" [dependencies.ra_ap_ide] version = "0.0.198" [dependencies.ra_ap_ide_db] version = "0.0.198" [dependencies.ra_ap_load-cargo] version = "0.0.198" [dependencies.ra_ap_paths] version = "0.0.198" [dependencies.ra_ap_project_model] version = "0.0.198" [dependencies.ra_ap_vfs] version = "0.0.198" [dependencies.syn] version = "2.0" features = [ "full", "visit", "extra-traits", ]