[package] name = "reser" version = "0.1.1" authors = ["Miha Čančula "] license = "MIT OR Apache-2.0" description = "Re-serialization of data to a different format" repository = "https://gitlab.com/Noughmad/reser" keywords = ["serde", "serialization", "json", "toml", "yaml"] categories = ["encoding"] [badges] gitlab = { repository = "Noughmad/reser", branch = "master" } appveyor = { repository = "Noughmad/reser", service = "gitlab" } [dependencies] failure = "0.1" serde_any = "0.4" serde-value = "0.5" structopt = "0.2" [dev-dependencies] assert_cli = "0.6"