# 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 = "synsert" version = "0.1.1" description = "A primitive for writing structural search and replace programs for rust" homepage = "https://crates.io/crates/synsert" documentation = "https://docs.rs/synsert" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/synsert" [dependencies.proc-macro2] version = "1.0.68" features = ["span-locations"] default-features = false [dependencies.rangemap] version = "1.4.0" [dependencies.ropey] version = "1.6.0" [dependencies.rustyline] version = "14.0.0" [dependencies.syn] version = "2.0.37" features = [ "printing", "parsing", ] default-features = false [dev-dependencies.clap] version = "4.4.6" features = ["derive"] [dev-dependencies.console] version = "0.15.7" [dev-dependencies.derive-quote-to-tokens] version = "0.1.1" [dev-dependencies.dialoguer] version = "0.11.0" default-features = false [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.itertools] version = "0.12.1" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.prettyplease] version = "0.2.17" [dev-dependencies.quote] version = "1.0.35" default-features = false [dev-dependencies.similar] version = "2.2.1" features = [ "text", "inline", "bytes", ] [dev-dependencies.syn] version = "2.0.37" features = [ "full", "extra-traits", "visit", "clone-impls", ] default-features = false [dev-dependencies.syn-miette] version = "0.3.0"