codemap 0.1.1

A data structure for efficiently storing source code position and span information (e.g. in a compiler AST), and mapping it back to file/line/column locations for error reporting and suggestions.
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 = "codemap"
version = "0.1.1"
authors = ["Kevin Mehall <km@kevinmehall.net>"]
description = "A data structure for efficiently storing source code position and span information\n(e.g. in a compiler AST), and mapping it back to file/line/column locations for error\nreporting and suggestions.\n"
documentation = "https://docs.rs/codemap"
readme = "README.md"
keywords = ["source", "position", "compiler", "sourcemap", "rustc"]
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/kevinmehall/codemap"
[badges.travis-ci]
repository = "kevinmehall/codemap"