[package] name = "reep-id-string" version = "0.2.0" authors = ["Philipp korber "] description = "[deprecated] plain string impl. of reep::types::Id with optional serialisation support" repository = "https://github.com/naicode/reep-id-string" license = "MIT OR Apache-2.0" [features] default = [] rustc-serialize-support = ["rustc-serialize"] serde-support = ["serde"] [dependencies] reep = "0.2" iron = "0.4" #optional rustc-serialize = { version = "*", optional = true } serde = { version = "0.8", optional = true }