# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gear-objects" version = "0.3.0" authors = ["Jesse Vorisek "] description = "Rust component object model" homepage = "https://github.com/jesse99/gear" readme = "README.md" keywords = [ "component", "OOP", "trait", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/jesse99/gear" [dependencies.arraystring] version = "0.3" [dependencies.fnv] version = "1.0" [dependencies.paste] version = "1.0" [dev-dependencies.chrono] version = "0.4.31" [dev-dependencies.clap] version = "4.4" features = ["derive"] [dev-dependencies.colored] version = "2" [dev-dependencies.rand] version = "0.8" features = ["std_rng"]