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

19 lines
633 B
TOML
Raw Normal View History

2022-01-30 18:19:27 -05:00
[package]
name = "kernaux-sys"
2022-05-28 05:29:42 -04:00
version = "0.2.0"
2022-01-30 18:19:27 -05: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/pkgs/rust"
repository = "https://github.com/tailix/libkernaux/tree/master/pkgs/rust"
license = "MIT"
keywords = ["ffi", "no_std", "no-std", "embedded", "bindings"]
categories = ["embedded", "external-ffi-bindings", "no-std", "parsing"]
publish = true
2022-01-30 23:38:09 -05:00
[dependencies.libc]
version = "0.2.113"
default-features = false
features = ["extra_traits"]