# 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 = "steering" version = "0.1.0" authors = ["Orhan Balci "] exclude = [".travis.yml"] description = "Steering calculations for autonomous agents" homepage = "https://github.com/orhanbalci" documentation = "http://orhanbalci.github.io/rust-steering-behaviors" readme = "README.md" keywords = ["gamedev", "ai", "behavior"] categories = ["game-engines"] license = "MIT" repository = "https://github.com/orhanbalci/rust-steering-behaviors.git" [[example]] name = "testbehaviors" [dependencies.alga] version = "0.5.2" [dependencies.derive_builder] version = "0.5.0" [dependencies.num-traits] version = "0.1.40" [dependencies.nalgebra] version = "0.13.1" [dev-dependencies.termion] version = "1.5.1" [dev-dependencies.tui] version = "0.1.3"