# 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 = "2018" name = "ast2str" version = "1.4.1" authors = ["OptimalStrategy <17456182+OptimalStrategy@users.noreply.github.com>"] exclude = [ ".gitignore", ".github/*", ] description = "A crate for pretty-printing ASTs and other recursive data structures." homepage = "https://github.com/optimalstrategy/ast2str" documentation = "https://docs.rs/ast2str" readme = "README.md" license = "MIT" repository = "https://github.com/optimalstrategy/ast2str" resolver = "1" [dependencies.ast2str-derive] version = "0.4.1" [dependencies.ast2str-lib] version = "1.2.1" [dev-dependencies.pretty_assertions] version = "0.7.2" [features] allocator_api = ["ast2str-lib/allocator_api"] impl_hashbrown = ["ast2str-lib/impl_hashbrown"]