[package] name = "foxy_util" version = "0.2.0" edition = "2021" authors = ["Gabriel Lugo "] repository = "https://github.com/GTLugo/foxy" license = "MIT OR Apache-2.0" readme = "README.md" description = "Util for `foxy`" keywords = ["foxy"] categories = ["data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0" anyhow = "1.0" tracing = { version = "0.1" } tracing-subscriber = { version = "0.3", features = ["env-filter"] } arraydeque = "0.5" strum = { version = "0.25", features = ["derive"] } quanta = "0.12"