# 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 = "froggy" version = "0.4.2" authors = ["Dzmitry Malyshau ", "Ilya Bogdanov ", "Anton Makarow "] exclude = ["doc", "bors.toml", ".travis.yml"] description = "Froggy is a prototype for the Component Graph System programming model.\nIt aims to combine the convenience of composition-style Object-Oriented Programming\nwith the performance close to Entity-Component Systems.\n" documentation = "https://docs.rs/froggy/" readme = "README.md" keywords = ["gamedev", "ecs"] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/kvark/froggy" [dependencies.spin] version = "0.4" default-features = false