[package] description = "library and binary to speak to the spacewalk RPC API" name = "spaceralk" version = "0.1.0" authors = ["Florent Peterschmitt "] repository = "https://github.com/Leryan/spaceralk" keywords = ["spacewalk"] license = "MIT" [[bin]] name = "spaceralk" doc = false [dependencies] xmlrpc = "0.4.0" hyper = "0.10.4" argparse = "0.2.1" serde = "0.9.7" serde_json = "0.9.5"