# 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 = "serde-ast" version = "0.1.0-alpha.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An AST representation for serde serialization" homepage = "https://github.com/tinybeachthor/serde-redes" readme = "README.md" keywords = [ "serde", "serialization", "ast", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/tinybeachthor/serde-redes" [lib] name = "serde_ast" path = "src/lib.rs" [[example]] name = "ast" path = "examples/ast.rs" [[test]] name = "json_prop" path = "tests/json_prop.rs" [[test]] name = "to_ast_from_ast" path = "tests/to_ast_from_ast.rs" [dependencies.serde] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1"