[package] name = "ast2str-lib" version = "1.3.0" authors = ["OptimalStrategy <17456182+OptimalStrategy@users.noreply.github.com>"] edition = "2018" homepage = "https://github.com/optimalstrategy/ast2str" repository = "https://github.com/optimalstrategy/ast2str" license = "MIT" description = "A crate for pretty-printing ASTs and other recursive data structures." documentation = "https://docs.rs/ast2str" [dependencies] hashbrown = { version = "0.12.3", optional = true } [dev-dependencies] pretty_assertions = "0.7.2" [features] allocator_api = ["hashbrown/nightly"] impl_hashbrown = ["hashbrown"]