# 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 = "source-map-mappings" version = "0.5.0" authors = ["Nick Fitzgerald ", "Tom Tromey "] description = "Parse the `mappings` string from a source map." readme = "./README.md" keywords = ["sourcemap", "source", "map", "vlq"] categories = ["development-tools::debugging", "parser-implementations"] license = "Apache-2.0/MIT" repository = "https://github.com/fitzgen/source-map-mappings" [profile.release] debug = true [dependencies.rand] version = "0.4.1" [dependencies.vlq] version = "0.5.1" [dev-dependencies.quickcheck] version = "0.5.0" [badges.travis-ci] repository = "fitzgen/source-map-mappings"