sourcemap 1.2.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]
name = "sourcemap"
version = "1.2.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
build = "build.rs"
description = "Basic sourcemap handling for Rust"
homepage = "https://github.com/mitsuhiko/rust-sourcemap"
documentation = "http://mitsuhiko.github.io/rust-sourcemap/"
readme = "README.md"
keywords = ["javascript", "sourcemap", "sourcemaps"]
license = "BSD-3-Clause"
[dependencies.url]
version = "1.4"

[dependencies.serde_derive]
version = "0.9"

[dependencies.serde]
version = "0.9"

[dependencies.serde_json]
version = "0.9"

[dependencies.regex]
version = "0.2"

[dependencies.base64]
version = "0.4"

[dependencies.if_chain]
version = "^0.1.2"

[dependencies.lazy_static]
version = "0.2.8"
[build-dependencies.rustc_version]
version = "0.2"