[package] name = "virtuals-fortune-spec" description = "The specification for the virtuals fortune service." version = "0.1.3" edition = "2021" license = "GPL-2.0-or-later WITH Bison-exception-2.2" repository = "https://github.com/clementwanjau/virtuals-fortune-spec" authors = ["Clement W. "] keywords = ["virtuals", "bot", "specification", "sports"] readme = "README.md" [dependencies] async-trait = "0.1.77" thiserror = "1.0.57" chrono = "0.4.34" serde = {version = "1.0.197", features = ["derive"]} serde_json = "1.0.114" ordered-float = "4.2.0" mongodb = "2.8.1" log = "0.4.20" schemars = "0.8.16" tokio = {version = "1.36.0", features=["full"]} futures = "0.3.30"