2024-10-16 14:15:33 +03:00
# 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 ]
2024-10-16 15:19:37 +03:00
edition = "2021"
2024-10-16 14:15:33 +03:00
name = "redox_syscall"
2024-10-16 15:19:37 +03:00
version = "0.5.7"
2024-10-16 14:15:33 +03:00
authors = [ "Jeremy Soller <jackpot51@gmail.com>" ]
2024-10-16 15:19:37 +03:00
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
2024-10-16 14:15:33 +03:00
description = "A Rust library to access raw Redox system calls"
documentation = "https://docs.rs/redox_syscall"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.redox-os.org/redox-os/syscall"
[ lib ]
name = "syscall"
2024-10-16 15:19:37 +03:00
path = "src/lib.rs"
2024-10-16 14:15:33 +03:00
[ dependencies . bitflags ]
2024-10-16 15:19:37 +03:00
version = "2.4"
2024-10-16 14:15:33 +03:00
[ dependencies . core ]
version = "1.0.0"
optional = true
package = "rustc-std-workspace-core"
[ features ]
2024-10-16 15:19:37 +03:00
default = [ "userspace" ]
2024-10-16 14:15:33 +03:00
rustc-dep-of-std = [
"core" ,
"bitflags/rustc-dep-of-std" ,
]
2024-10-16 15:19:37 +03:00
std = [ ]
userspace = [ ]
[ target . "cfg(loom)" . dev-dependencies . loom ]
version = "0.7"