mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
23 lines
706 B
TOML
23 lines
706 B
TOML
[package]
|
|
name = "kernaux-sys"
|
|
version = "0.6.1"
|
|
authors = ["Alex Kotov <kotovalexarian@gmail.com>"]
|
|
edition = "2021"
|
|
description = "Unsafe no-std binding to libkernaux - auxiliary library for kernel development"
|
|
readme = true
|
|
homepage = "https://github.com/tailix/libkernaux/tree/master/bindings/rust"
|
|
repository = "https://github.com/tailix/libkernaux/tree/master/bindings/rust"
|
|
license = "MIT"
|
|
keywords = ["ffi", "no_std", "no-std", "embedded", "bindings"]
|
|
categories = ["embedded", "external-ffi-bindings", "no-std", "parsing"]
|
|
publish = true
|
|
|
|
[features]
|
|
default = ["cmdline", "ntoa"]
|
|
cmdline = []
|
|
ntoa = []
|
|
|
|
[dependencies.libc]
|
|
version = "0.2.113"
|
|
default-features = false
|
|
features = ["extra_traits"]
|