# 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] name = "va_list" version = "0.2.0" authors = [ "John Hodge ", "Georgy Moshkin ", ] description = "Provides a rust implementation of the 'va_list' type for a small set of ABIs. Allowing rust implementations of functions like vprintf." readme = "README.md" keywords = [ "unsafe", "va_list", "ffi", "c", ] license = "MIT OR Apache-2.0" repository = "https://github.com/thepowersgang/va_list-rs" [dev-dependencies.libc] version = "0.2" [dev-dependencies.va_list-helper] version = "0.0.2" [features]