# 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-lib" version = "1.3.0" authors = ["OptimalStrategy <17456182+OptimalStrategy@users.noreply.github.com>"] description = "A crate for pretty-printing ASTs and other recursive data structures." homepage = "https://github.com/optimalstrategy/ast2str" documentation = "https://docs.rs/ast2str" license = "MIT" repository = "https://github.com/optimalstrategy/ast2str" resolver = "1" [dependencies.hashbrown] version = "0.12.3" optional = true [dev-dependencies.pretty_assertions] version = "0.7.2" [features] allocator_api = ["hashbrown/nightly"] impl_hashbrown = ["hashbrown"]