sourcemap 4.0.0

Basic sourcemap handling for Rust
Documentation
# 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]
edition = "2018"
name = "sourcemap"
version = "4.0.0"
authors = ["Sentry <hello@sentry.io>"]
include = ["/src/**/*.rs", "/examples/*.rs", "/*.toml", "/LICENSE", "/README.md"]
autoexamples = true
description = "Basic sourcemap handling for Rust"
homepage = "https://github.com/getsentry/rust-sourcemap"
documentation = "http://getsentry.github.io/rust-sourcemap/"
readme = "README.md"
keywords = ["javascript", "sourcemap", "sourcemaps"]
license = "BSD-3-Clause"
[package.metadata.docs.rs]
all-features = true

[[example]]
name = "split_ram_bundle"
required-features = ["ram_bundle"]
[dependencies.base64]
version = "0.10.1"

[dependencies.if_chain]
version = "0.1.3"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.regex]
version = "1.1.0"

[dependencies.scroll]
version = "0.9.2"
features = ["derive"]
optional = true

[dependencies.serde]
version = "1.0.88"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.38"

[dependencies.url]
version = "1.7.2"
[build-dependencies.rustc_version]
version = "0.2.3"

[features]
ram_bundle = ["scroll"]