# 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] name = "beep-proto" version = "0.0.2" authors = ["Matthias Wimmer "] description = "Limited support for the BEEP protocol (RFC 3080/RFC 3081)" homepage = "https://github.com/mawis" readme = "README.md" keywords = ["BEEP", "RFC3080"] license = "LGPL-2.1-only" repository = "https://github.com/mawis/rust-beep" [dependencies.foreign-types-shared] version = "0.1.1" [dependencies.libc] version = "0.2.45" [dependencies.log] version = "0.4.6" [dependencies.openssl] version = "0.10.16" [build-dependencies.cmake] version = "0.1"