# 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] name = "codemap2" version = "0.1.0" description = """ A maintained fork of the codemap crate that contains 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 = "https://docs.rs/codemap2" readme = "README.md" keywords = [ "source", "position", "compiler", "sourcemap", "rustc", ] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/4gboframram/codemap" [dependencies.memchr] version = "2.5.0"