]> git.proxmox.com Git - rustc.git/blame - vendor/cloudabi/Cargo.toml
New upstream version 1.49.0+dfsg1
[rustc.git] / vendor / cloudabi / Cargo.toml
CommitLineData
ea8adc8c
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
72b1a166 6# to registry (e.g., crates.io) dependencies
ea8adc8c
XL
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
8bb4bdeb 13[package]
72b1a166 14edition = "2018"
b7449926 15name = "cloudabi"
72b1a166 16version = "0.1.0"
b7449926
XL
17authors = ["Nuxi (https://nuxi.nl/) and contributors"]
18description = "Low level interface to CloudABI. Contains all syscalls and related types."
72b1a166 19homepage = "https://cloudabi.org/"
b7449926
XL
20documentation = "https://docs.rs/cloudabi/"
21keywords = ["cloudabi"]
22license = "BSD-2-Clause"
23repository = "https://github.com/nuxinl/cloudabi"
24
25[lib]
26path = "cloudabi.rs"
27[dependencies.bitflags]
72b1a166 28version = "1.2.1"
b7449926
XL
29optional = true
30
31[features]
32default = ["bitflags"]