[package] authors = ["Without Boats "] description = "derives for the failure crate" license = "MIT OR Apache-2.0" name = "failure_derive_without_backtrace" repository = "https://github.com/withoutboats/failure_derive" homepage = "https://boats.gitlab.io/failure" documentation = "https://boats.gitlab.io/failure" version = "0.1.2" build = "build.rs" [dependencies] quote = "0.6.3" syn = "0.14.4" synstructure = "0.9.0" proc-macro2 = "0.4.8" #[dev-dependencies.failure_without_backtrace] #version = "0.1.0" #path = ".." [lib] proc-macro = true [features] # This is kept for backward-compatibility reasons, but is otherwise a no-op std = []