# 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 = "rome_rowan" version = "0.0.1" authors = ["Aleksey Kladov "] description = "Library for generic lossless syntax trees" documentation = "https://rustdocs.rome.tools/rome_rowan/index.html" license = "MIT OR Apache-2.0" repository = "https://github.com/rome/tools" [[bench]] name = "mutation" harness = false [dependencies.countme] version = "3.0.1" [dependencies.hashbrown] version = "0.12.3" features = ["inline-more"] default-features = false [dependencies.memoffset] version = "0.8.0" [dependencies.rome_text_edit] version = "0.0.1" [dependencies.rome_text_size] version = "0.0.1" [dependencies.rustc-hash] version = "1.1.0" [dependencies.schemars] version = "0.8.10" optional = true [dependencies.serde] version = "1.0.133" optional = true default-features = false [dependencies.tracing] version = "0.1.31" features = ["std"] default-features = false [dev-dependencies.iai] version = "0.1.1" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.serde_json] version = "1.0.79" [features] serde = [ "dep:serde", "schemars", "rome_text_size/serde", ]