# 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] edition = "2018" name = "srcpos" version = "1.1.1" authors = ["Package "] description = "Structure of the location in the source code" readme = "README.md" keywords = ["source", "position", "location", "sourcemap"] categories = ["data-structures", "parsing", "text-processing", "development-tools::procedural-macro-helpers", "development-tools::debugging"] license = "MIT" repository = "https://github.com/MeowType/srcpos" [package.metadata.docs.rs] features = ["serde"] [package.metadata.playground] features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [features] default = ["serde"]