]> git.proxmox.com Git - rustc.git/blame - vendor/redox_syscall/Cargo.toml
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / redox_syscall / 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
dfeec247 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
13[package]
5869c6ff 14edition = "2018"
ea8adc8c 15name = "redox_syscall"
6a06907d 16version = "0.2.5"
ea8adc8c
XL
17authors = ["Jeremy Soller <jackpot51@gmail.com>"]
18description = "A Rust library to access raw Redox system calls"
19documentation = "https://docs.rs/redox_syscall"
20license = "MIT"
0731742a 21repository = "https://gitlab.redox-os.org/redox-os/syscall"
ea8adc8c
XL
22
23[lib]
24name = "syscall"
5869c6ff
XL
25[dependencies.bitflags]
26version = "1.1.0"