# 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 = "amfiteatr_core" version = "0.5.0" description = "A framework to model and simulate game theory problems with many agents" readme = "README.md" keywords = [ "game", "theory", "model", "player", ] categories = [ "games", "simulation", "concurrency", "development-tools", ] license-file = "LICENSE" repository = "https://github.com/moroviintaas/amfiteatr" [lib] [dependencies.log] version = "0.4.21" optional = true [dependencies.rand] version = "0.8.5" [dependencies.ron] version = "0.8.1" optional = true [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true [dependencies.speedy] version = "0.8.7" optional = true [dependencies.thiserror] version = "1.0.58" [features] demo = [] log_debug = ["log_info"] log_error = ["dep:log"] log_info = ["log_warn"] log_trace = ["log_debug"] log_warn = ["log_error"] serde = ["dep:serde"] speedy = ["dep:speedy"]