[package] name = "screeps-profiler" version = "0.1.8" authors = ["Daniel Kiss "] edition = "2018" include = [ "**/*.rs", "Cargo.toml", "LICENCE", "README.md", ] readme = "README.md" license = "MIT" description = "WASM profiling helper libarary for Screeps" homepage = "https://github.com/snorrwe/screeps-profiler" repository = "https://github.com/snorrwe/screeps-profiler" keywords = ["screeps", "profiling", "profiler"] [lib] name = "screeps_profiler" [dependencies] serde = { version = "1.0", features = ["derive"] } lazy_static = "1.3" screeps-game-api = "0.4" serde_json = "1.0" [features] enabled = []