[package] name = "visctl" version = "0.1.1" authors = ["Alexander Menzhinsky "] description = "Vehicle Information Service access library and command line utility" homepage = "https://github.com/goautomotive/visctl" repository = "https://github.com/goautomotive/visctl" license-file = "LICENSE" [dependencies] getopts = "0.2" websocket = "0.20" serde = "1.0" serde_json = "1.0" serde_derive = "1.0" rand = "0.5" [profile.release] lto = true panic = 'abort'