libkernaux/pkgs/rust/kernaux/Cargo.toml

25 lines
655 B
TOML
Raw Normal View History

2022-01-30 23:19:27 +00:00
[package]
name = "kernaux"
2022-05-28 10:00:59 +00:00
version = "0.3.0"
2022-01-30 23:19:27 +00:00
authors = ["Alex Kotov <kotovalexarian@gmail.com>"]
edition = "2021"
description = "Safe 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", "embedded", "bindings"]
categories = ["api-bindings", "embedded", "parsing"]
publish = true
2022-05-31 19:11:10 +00:00
[dependencies]
ctor = "0.1.22"
2022-01-31 04:40:35 +00:00
[dependencies.kernaux-sys]
2022-05-28 10:00:59 +00:00
version = "0.3.0"
2022-01-31 04:40:35 +00:00
path = "../kernaux-sys"
2022-05-31 19:11:10 +00:00
[dependencies.libc]
version = "0.2.113"
default-features = false