# 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 = "2021" name = "locspan" version = "0.8.2" authors = ["Timothée Haudebourg "] description = "Code mapping utility types and traits." documentation = "https://docs.rs/locspan" readme = "README.md" keywords = [ "source", "code", "map", "span", ] categories = ["parsing"] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/locspan" [dependencies.codespan-reporting] version = "0.11" optional = true [dependencies.contextual] version = "0.1.3" optional = true [dependencies.hashbrown] version = "0.13" optional = true [dependencies.indexmap] version = "2.0" optional = true [dependencies.serde] version = "1.0" optional = true [features] default = [] reporting = ["codespan-reporting"]