# 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 = "2018" name = "darknet-sys" version = "0.4.0" authors = ["alianse77"] include = [ "src/**/*", "LICENSE", "README.md", "darknet/*", "build.rs", "!**/*.jpg", "!**/*.png", "!**/build/**/*", "!test*.log", ] description = "-sys crate for Rust darknet wrapper" homepage = "https://github.com/alianse777/darknet-rust" documentation = "https://docs.rs/darknet-sys/" readme = "./README.md" license = "MIT" repository = "https://github.com/alianse777/darknet-sys-rust" [dependencies] [build-dependencies.anyhow] version = "1.0" [build-dependencies.bindgen] version = "0.65" [build-dependencies.cmake] version = "0.1" [build-dependencies.lazy_static] version = "1.4" [features] buildtime-bindgen = [] default = ["enable-openmp"] docs-rs = [] dylib = [] enable-cuda = [] enable-cudnn = [] enable-opencv = [] enable-openmp = [] runtime = []