# 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 = "pfly_rust" version = "0.1.1" authors = ["Skye Viau "] exclude = [".idea/*"] description = "A crate to interact with the projectFly X-Plane IPC service." homepage = "https://gitlab.com/pretzelca/pfly_rust" readme = "README.md" keywords = ["projectfly", "flight-simulation", "xplane"] categories = ["api-bindings"] license = " AGPL-3.0-or-later" repository = "https://gitlab.com/pretzelca/pfly_rust" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" [dependencies.bincode] version = "1.3.1" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.socket2] version = "0.3.12" features = ["unix"]