# 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 = "partiql-source-map" version = "0.10.1" authors = ["PartiQL Team "] exclude = [ "**/.git/**", "**/.github/**", ] description = "PartiQL Source Map" homepage = "https://github.com/partiql/partiql-lang-rust" readme = "README.md" keywords = [ "sql", "sourcemap", "query", "compilers", "interpreters", ] categories = [ "database", "compilers", ] license = "Apache-2.0" repository = "https://github.com/partiql/partiql-lang-rust" [lib] bench = false [dependencies.partiql-ast] version = "0.10.*" [dependencies.serde] version = "1.*" features = ["derive"] optional = true [dependencies.smallvec] version = "1.*" [dev-dependencies] [features] default = [] serde = [ "dep:serde", "smallvec/serde", ]