82 lines
1.7 KiB
TOML
82 lines
1.7 KiB
TOML
# 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 are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2018"
|
|
name = "sourcemap"
|
|
version = "6.4.1"
|
|
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 = "https://getsentry.github.io/rust-sourcemap/"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"javascript",
|
|
"sourcemap",
|
|
"sourcemaps",
|
|
]
|
|
license = "BSD-3-Clause"
|
|
repository = "https://github.com/getsentry/rust-sourcemap"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[[example]]
|
|
name = "split_ram_bundle"
|
|
required-features = ["ram_bundle"]
|
|
|
|
[dependencies.data-encoding]
|
|
version = "2.3.3"
|
|
|
|
[dependencies.debugid]
|
|
version = "0.8.0"
|
|
features = ["serde"]
|
|
|
|
[dependencies.if_chain]
|
|
version = "1.0.0"
|
|
|
|
[dependencies.scroll]
|
|
version = "0.10.1"
|
|
features = ["derive"]
|
|
optional = true
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.104"
|
|
features = ["derive"]
|
|
|
|
[dependencies.serde_json]
|
|
version = "1.0.48"
|
|
|
|
[dependencies.unicode-id]
|
|
version = "0.3"
|
|
|
|
[dependencies.url]
|
|
version = "2.1.1"
|
|
|
|
[dev-dependencies.magic_string]
|
|
version = "0.3.4"
|
|
|
|
[dev-dependencies.proptest]
|
|
version = "1.2.0"
|
|
|
|
[build-dependencies.rustc_version]
|
|
version = "0.2.3"
|
|
|
|
[features]
|
|
ram_bundle = ["scroll"]
|