# 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 = "source-map" version = "0.15.0" authors = ["Ben "] description = "Utilities for building source maps (v3) for a compiler" readme = "README.md" keywords = ["source-map"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/kaleidawave/source-map" [dependencies.base64] version = "0.21" optional = true [dependencies.codespan-reporting] version = "0.11" optional = true [dependencies.lsp-types] version = "0" optional = true [dependencies.self-rust-tokenize] version = "0.3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] codespan-reporting = ["dep:codespan-reporting"] default = ["global-source-filesystem"] global-source-filesystem = [] inline-source-map = ["dep:base64"] lsp-types-morphisms = ["dep:lsp-types"] self-rust-tokenize = ["dep:self-rust-tokenize"] serde-serialize = ["dep:serde"] [target."cfg(target_family = \"wasm\")".dependencies.tsify] version = "0.4.5" [target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen] version = "0.2" [lints.clippy] all = "deny"