# 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] edition = "2018" name = "fjord" version = "0.4.12" authors = ["Aramis Razzaghipour "] description = "A library that parses and evaluates Fjord code." homepage = "https://github.com/arzg/fjord" documentation = "https://docs.rs/fjord" license = "MIT OR Apache-2.0" repository = "https://github.com/arzg/fjord" [dependencies.is_executable] version = "0.1" [dependencies.logos] version = "0.11" [dependencies.num_enum] version = "0.5" [dependencies.rowan] version = "0.10" [dependencies.smol_str] version = "0.1" [dependencies.text-size] version = "1" [dev-dependencies.expect-test] version = "1"