libkernaux/bindings/rust/kernaux-sys/Cargo.toml

24 lines
706 B
TOML
Raw Normal View History

2022-01-30 23:19:27 +00:00
[package]
name = "kernaux-sys"
2022-12-05 13:46:41 +00:00
version = "0.6.1"
2022-01-30 23:19:27 +00:00
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"
2022-01-30 23:19:27 +00:00
license = "MIT"
keywords = ["ffi", "no_std", "no-std", "embedded", "bindings"]
categories = ["embedded", "external-ffi-bindings", "no-std", "parsing"]
publish = true
2022-06-13 07:02:05 +00:00
[features]
default = ["cmdline", "ntoa"]
cmdline = []
ntoa = []
2022-01-31 04:38:09 +00:00
[dependencies.libc]
version = "0.2.113"
default-features = false
features = ["extra_traits"]