[package] authors = ["Fabian Bösiger "] categories = ["development-tools::debugging"] description = "Convenient macro to quickly plot variables." edition = "2018" keywords = ["debug", "debugging", "plot", "plotting"] license = "MIT OR Apache-2.0" name = "debug_plotter" readme = "README.md" repository = "https://github.com/fabianboesiger/debug-plotter" version = "0.2.1" [dependencies] plotters = { version = "^0.3", optional = true } num-traits = { version = "^0.2", optional = true } [features] default = ["debug"] debug = ["plotters", "num-traits"] plot-release = []