# 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 = "bsd-kvm-sys" version = "0.2.0" authors = ["dalance@gmail.com"] description = "BSD Kernel Data Access Library (libkvm) binding" readme = "README.md" keywords = [ "bsd", "ffi", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/dalance/bsd-kvm-sys" [package.metadata.release] post-release-commit-message = "Start next development iteration v{{version}}" pre-release-commit-message = "Prepare to v{{version}}" tag-message = "Bump version to {{version}}" tag-prefix = "" [dependencies] [build-dependencies.bindgen] version = "0.65.1"