# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fkl_codegen_java" version = "0.4.0" authors = ["Phodal Huang "] include = [ "build.rs", "src/**/*", "Cargo.toml", "LICENSE*", "README.md", "benches/**/*", "examples/**/*", ] description = "Feakin is a architecture design and visual collaboration tool. This is the parser for Feakin." readme = "README.md" keywords = [ "architecture", "parser", ] categories = [ "command-line-interface", "parsing", ] license = "MPL-2.0" repository = "https://github.com/feakin/fklang" [dependencies.anyhow] version = "1.0.31" [dependencies.fkl-parser] version = "0.4.0" [dependencies.genco] version = "0.17.2" [dependencies.rust-stemmers] version = "1.2.0"