# 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 = "tinydtls-sys" version = "0.2.0+tinydtls-9d6cf54" authors = ["Hugo Hakim Damer "] links = "tinydtls" exclude = [ "/src/tinydtls/share/", "/src/tinydtls/include/", "/src/tinydtls/configure.prev", ] description = "Raw bindings to the TinyDTLS library." homepage = "https://github.com/namib-project/tinydtls-rs" readme = "README.md" keywords = [ "tinydtls", "sys", "dtls", "crypto", ] categories = [ "external-ffi-bindings", "network-programming", "cryptography", "embedded", ] license = "(EPL-1.0 OR BSD-3-Clause) AND BSD-1-Clause AND BSD-3-Clause AND MIT" repository = "https://github.com/namib-project/tinydtls-rs" resolver = "2" [dependencies.libc] version = "^0.2.112" [dev-dependencies.lazy_static] version = "^1.4" [build-dependencies.autotools] version = "^0.2.3" [build-dependencies.bindgen] version = "^0.69.4" [build-dependencies.fs_extra] version = "^1.2" [features] default = [ "vendored", "static", "ecc", "psk", ] ecc = [] psk = [] static = [] vendored = ["static"]