# 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] edition = "2018" name = "game-metrics" version = "0.0.5" authors = ["Walter Pearce "] description = "A simple crate for effective metrics instrumentation targeted at games." documentation = "https://docs.rs/game-metrics" license = "MIT" repository = "https://github.com/jaynus/game-metrics" [dependencies.crossbeam-channel] version = "0.4" optional = true [dependencies.fxhash] version = "0.2" [dependencies.game-metrics-macro] version = "0.0.4" [dependencies.hdrhistogram] version = "7.0" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" optional = true [dependencies.parking_lot] version = "0.10" [dependencies.quanta] version = "0.3" optional = true [features] default = ["metrics", "logging", "threads"] disable = [] logging = ["quanta", "log"] metrics = ["hdrhistogram", "quanta"] threads = ["crossbeam-channel"]