# 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 = "build_script" version = "0.2.0" authors = ["ALinuxPerson "] description = "A wrapper for build.rs instructions" keywords = ["script", "build-script", "build", "build-rs"] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/ALinuxPerson/build_script" [dependencies.once_cell] version = "1.9.0" [dev-dependencies.gag] version = "0.1.10" [dev-dependencies.serial_test] version = "0.5.1" [features]