2022-01-30 18:19:27 -05:00
|
|
|
[package]
|
|
|
|
name = "kernaux"
|
2022-05-28 06:00:59 -04:00
|
|
|
version = "0.3.0"
|
2022-01-30 18:19:27 -05:00
|
|
|
authors = ["Alex Kotov <kotovalexarian@gmail.com>"]
|
|
|
|
edition = "2021"
|
|
|
|
description = "Safe binding to libkernaux - auxiliary library for kernel development"
|
|
|
|
readme = true
|
2022-06-08 21:25:27 -04:00
|
|
|
homepage = "https://github.com/tailix/libkernaux/tree/master/bindings/rust"
|
|
|
|
repository = "https://github.com/tailix/libkernaux/tree/master/bindings/rust"
|
2022-01-30 18:19:27 -05:00
|
|
|
license = "MIT"
|
|
|
|
keywords = ["ffi", "embedded", "bindings"]
|
|
|
|
categories = ["api-bindings", "embedded", "parsing"]
|
|
|
|
publish = true
|
|
|
|
|
2022-05-31 15:11:10 -04:00
|
|
|
[dependencies]
|
|
|
|
ctor = "0.1.22"
|
|
|
|
|
2022-01-30 23:40:35 -05:00
|
|
|
[dependencies.kernaux-sys]
|
2022-05-28 06:00:59 -04:00
|
|
|
version = "0.3.0"
|
2022-01-30 23:40:35 -05:00
|
|
|
path = "../kernaux-sys"
|
2022-05-31 15:11:10 -04:00
|
|
|
|
|
|
|
[dependencies.libc]
|
|
|
|
version = "0.2.113"
|
|
|
|
default-features = false
|