Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
64
third-party/vendor/generator/Cargo.toml
vendored
Normal file
64
third-party/vendor/generator/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
# 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 = "generator"
|
||||
version = "0.7.5"
|
||||
authors = ["Xudong Huang <huangxu008@hotmail.com>"]
|
||||
build = "build.rs"
|
||||
exclude = [
|
||||
".gitignore",
|
||||
".travis.yml",
|
||||
"appveyor.yml",
|
||||
"benches/**/*",
|
||||
]
|
||||
description = "Stackfull Generator Library in Rust"
|
||||
homepage = "https://github.com/Xudong-Huang/generator-rs.git"
|
||||
documentation = "https://docs.rs/generator"
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
"generator",
|
||||
"coroutine",
|
||||
"green",
|
||||
"thread",
|
||||
"fiber",
|
||||
]
|
||||
categories = [
|
||||
"data-structures",
|
||||
"algorithms",
|
||||
]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/Xudong-Huang/generator-rs.git"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
[dependencies.log]
|
||||
version = "0.4"
|
||||
|
||||
[build-dependencies.cc]
|
||||
version = "1.0"
|
||||
|
||||
[build-dependencies.rustversion]
|
||||
version = "1.0"
|
||||
|
||||
[target."cfg(unix)".dependencies.libc]
|
||||
version = "0.2"
|
||||
|
||||
[target."cfg(windows)".dependencies.windows]
|
||||
version = "0.48"
|
||||
features = [
|
||||
"Win32_System_Memory",
|
||||
"Win32_Foundation",
|
||||
"Win32_System_SystemInformation",
|
||||
"Win32_System_Diagnostics_Debug",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue