# 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 = "msvc-alloca" version = "0.3.0" authors = ["Dan Chiarlone"] description = "Provides MSVC's _alloca for the most bare metal of bare metal projects." readme = "README.md" keywords = [ "msvc", "alloca", "dynamic", "stack", "allocation", ] license = "AGPL-3.0" repository = "https://github.com/danbugs/msvc-alloca" [build-dependencies.cc] version = "1.0" [build-dependencies.cfg-if] version = "1.0"