# 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 = "2018" name = "i-build" version = "1.0.0-beta.3" exclude = [".license_template", "CHANGELOG.md", "/target"] description = "bui" license = "Apache-2.0 OR MIT" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "doc_cfg"] [lib] name = "tauri_build" [dependencies.anyhow] version = "1" [dependencies.i-codegen] version = "1.0.0-beta.3" optional = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [features] codegen = ["i-codegen"] [target."cfg(windows)".dependencies.i-utils] version = "1.0.0-beta.0" features = ["build"] [target."cfg(windows)".dependencies.serde_json] version = "1.0" [target."cfg(windows)".dependencies.winres] version = "0.1"