[dependencies.libc]
version = "0.2"
[dependencies.socket2]
features = ["all"]
version = "0.6"
[lib]
name = "realm_syscall"
path = "src/lib.rs"
[package]
authors = ["zephyr <i@zephyr.moe>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Realm's convenient syscall collections."
documentation = "https://docs.rs/realm_syscall"
edition = "2021"
keywords = ["network", "syscall"]
license = "MIT"
name = "realm_syscall"
readme = "README.md"
repository = "https://github.com/zhboner/realm"
version = "0.1.11"
[target."cfg(unix)".dependencies.daemonize]
version = "0.5"