# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "kernaux" version = "0.7.0" authors = ["Alex Kotov "] publish = true description = "Safe binding to libkernaux - auxiliary library for kernel development" homepage = "https://github.com/tailix/libkernaux/tree/master/bindings/rust" readme = "README.md" keywords = [ "ffi", "embedded", "bindings", ] categories = [ "api-bindings", "embedded", "parsing", ] license = "MIT" repository = "https://github.com/tailix/libkernaux/tree/master/bindings/rust" [dependencies.ctor] version = "0.1.22" [dependencies.kernaux-sys] version = "0.7.0" default-features = false [dependencies.libc] version = "0.2.113" default-features = false [features] cmdline = ["kernaux-sys/cmdline"] default = [ "cmdline", "ntoa", ] ntoa = ["kernaux-sys/ntoa"]