# 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 = "rlbot" version = "0.5.0" authors = ["John Simon "] description = "RLBot bindings for Rust" documentation = "https://docs.rs/rlbot/" readme = "README-crates-io.md" keywords = ["rlbot", "rocket-league", "game"] license = "MIT" repository = "https://github.com/whatisaphone/rlbot-rust" [dependencies.flatbuffers] version = "0.5.0" [dependencies.libloading] version = "0.5.0" [dependencies.na] version = "0.18.0" optional = true package = "nalgebra" [dependencies.ratelimit] version = "0.4.3" [dependencies.smallvec] version = "0.6.9" [dev-dependencies.na] version = "0.18.0" package = "nalgebra" [dev-dependencies.rand] version = "0.6.1" [dev-dependencies.winapi] version = "0.3.5" features = ["synchapi"] [dev-dependencies.winproc] version = "0.6.2" [features] default = ["nalgebra"] nalgebra = ["na"] strict = [] [badges.travis-ci] repository = "whatisaphone/rlbot-rust"