# 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 = "freebsd-kmi-rs" version = "0.3.0" authors = ["Aleksandr Morozov "] description = "FreeBSD Kernel Module Programming Interface" readme = "README.md" keywords = [ "FreeBSD", "kmod", ] categories = [ "api-bindings", "no-std", "os", ] license-file = "LICENSE.txt" repository = "https://repo.4neko.org/4NEKO/freebsd-kmi-rs" [profile.dev] panic = "abort" [profile.release] panic = "abort" [lib] crate-type = ["rlib"] test = false bench = false [dependencies.bitflags] version = "2.4.1" [dependencies.freebsd-kpi-r14-0] version = "0.2" features = ["BUILD_CONFIG_KERNEL"] [features] FBSD_13_1 = [] FBSD_14_0 = [] GLOBAL_ALLOC_DISABLED = [] GLOBAL_ALLOC_EXCLUDE_ALLOC_ERROR_HNDL = [] GLOBAL_ALLOC_EXCLUDE_PANICHANDLER = [] GLOBAL_ALLOC_FLAG_NOWAIT = [] GLOBAL_ALLOC_FLAG_USERESERVE = [] GLOBAL_ALLOC_FLAG_WAITOK = [] LOCK_DEBUG = [] default = [ "FBSD_14_0", "GLOBAL_ALLOC_FLAG_NOWAIT", ]