[package] name = "chrome-devtools-rs" version = "0.0.0-alpha.3" authors = ["Avery Harnish ", "Nat Davidson "] edition = "2018" license = "MIT" readme = "README.md" description = "Low-level library for interacting with the Chrome Devtools Protocol" repository = "https://github.com/EverlastingBugstopper/chrome-devtools-rs" [features] color = [] [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" log = "0.4" console = "0.11" unescape = "0.1" [lib] name = "chrome_devtools" path = "src/lib.rs"