# 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" rust-version = "1.56" name = "serde_starlark" version = "0.1.16" authors = ["David Tolnay "] description = "Serde serializer for generating Starlark build targets" documentation = "https://docs.rs/serde_starlark" readme = "README.md" keywords = [ "serde", "bazel", "buck", "starlark", "serialization", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/serde-starlark" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] doc-scrape-examples = false [dependencies.serde] version = "1.0.194" [dev-dependencies.expect-test] version = "1.4" [dev-dependencies.itertools] version = "0.12" [dev-dependencies.semver] version = "1.0.17" features = ["serde"] [dev-dependencies.serde_derive] version = "1.0.194"