# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "throw" version = "0.1.7" authors = ["David Ross "] include = ["Cargo.toml", "src/**/*", "tests/**/*", "examples/**/*", "LICENSE", "README.md"] description = "Efficiently add statically-calculated stack traces to errors." documentation = "https://docs.rs/throw/" readme = "README.md" keywords = ["error"] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/daboross/rust-throw/" [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.serde_derive] version = "1.0" optional = true [dev-dependencies.regex] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] default = ["std", "unlimited-points"] serde-1 = ["serde", "serde_derive", "serde/alloc"] serde-1-std = ["serde", "serde_derive", "serde/std"] std = [] unlimited-points = [] [badges.travis-ci] repository = "daboross/rust-throw"