# 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 = "fungi-lang" version = "0.1.63" authors = ["Matthew A. Hammer", "Kyle Headley", "Ryan Vandersmith"] description = "Fungi: A typed, functional language for programs that name their cached dependency graphs" homepage = "http://adapton.org" documentation = "https://docs.rs/fungi-lang" readme = "README.md" keywords = ["incremental", "language", "memoization", "dependency_graph", "names"] license = "MPL-2.0" repository = "https://github.com/Adapton/fungi-lang.rust/" [dependencies.adapton] version = "0.3" [dependencies.nom] version = "4.0" [dependencies.proc-macro2] version = "0.3" [dependencies.regex] version = "0.2" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"