# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "libzt" version = "0.1.2" authors = ["Joseph Henry "] description = "Encrypted P2P SD-WAN library by ZeroTier" homepage = "https://www.zerotier.com" documentation = "https://docs.zerotier.com" readme = "README.md" keywords = ["zerotier", "p2p", "vpn", "socket", "network"] categories = ["network-programming", "cryptography"] license-file = "LICENSE.txt" repository = "https://github.com/zerotier/libzt" [lib] name = "libzt" path = "src/lib.rs" [[example]] name = "libzt-test-app" path = "src/examples/libzt-test-app.rs" [dependencies] [build-dependencies.bindgen] version = "0.58" [build-dependencies.cmake] version = "0.1" [build-dependencies.libc] version = "0.2"