1[package]
2name = "codemap"
3version = "0.1.3"
4authors = ["Kevin Mehall <km@kevinmehall.net>"]
5license = "MIT/Apache-2.0"
6repository = "https://github.com/kevinmehall/codemap"
7documentation = "https://docs.rs/codemap"
8description = """
9A data structure for efficiently storing source code position and span information
10(e.g. in a compiler AST), and mapping it back to file/line/column locations for error
11reporting and suggestions.
12"""
13readme = "README.md"
14categories = ["data-structures"]
15keywords = ["source", "position", "compiler", "sourcemap", "rustc"]
16
17[badges]
18travis-ci = { repository = "kevinmehall/codemap" }
19