# 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 = "ruast" version = "0.0.9" authors = ["Shunsuke Shibayama "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A printable & modifiable Rust AST" homepage = "https://docs.rs/ruast" readme = "README.md" categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/mtshiba/ruast" [profile.dev.package.insta] opt-level = 3 [lib] name = "ruast" path = "src/lib.rs" [[example]] name = "enum" path = "examples/enum.rs" [[example]] name = "hello" path = "examples/hello.rs" [[example]] name = "operation" path = "examples/operation.rs" [[example]] name = "struct" path = "examples/struct.rs" [[example]] name = "tokenize" path = "examples/tokenize.rs" [[example]] name = "trait" path = "examples/trait.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.indenter] version = "0.3.3" features = ["std"] [dependencies.proc-macro2] version = "1.0" optional = true [dependencies.quote] version = "1.0" optional = true [dev-dependencies.insta] version = "1.40.0" [features] tokenize = [ "dep:proc-macro2", "dep:quote", ]