[package] name = "raven" version = "0.2.1" authors = ["Roey Darwish Dror "] license = "MIT" description = "Raven is a Rust client for Sentry (getsentry.com)" repository = "https://github.com/r-darwish/raven-rust" [dependencies] regex = "0.1" time = "0.1" uuid = { version = "0.2", features = ["v4"] } rustc-serialize = "0.3" libc = "0.2" hyper = "0.9"