1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00
libkernaux/bindings/rust/kernaux/Cargo.toml

25 lines
663 B
TOML
Raw Normal View History

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
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