[package] authors = ["Jeff Smits "] categories = ["data-structures"] description = "Implementation of the Annotated Terms data structure" keywords = ["term", "aterm", "annotation"] license = "MIT/Apache-2.0" name = "aterm" readme = "README.md" repository = "https://gitlab.com/Apanatshka/aterm" version = "0.20.0" [dependencies] lazy_static = "0.2.8" regex = "0.2.1" typed-arena = "1.3.0" [dev-dependencies] fnv = "1.0.5"