# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "aterm" version = "0.20.0" authors = ["Jeff Smits "] description = "Implementation of the Annotated Terms data structure" readme = "README.md" keywords = ["term", "aterm", "annotation"] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/Apanatshka/aterm" [dependencies.lazy_static] version = "0.2.8" [dependencies.typed-arena] version = "1.3.0" [dependencies.regex] version = "0.2.1" [dev-dependencies.fnv] version = "1.0.5"