# 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_cli" 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" [[bin]] name = "fkl" path = "src/main.rs" [dependencies.async-trait] version = "0.1.58" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0.0-rc.3" features = [ "derive", "cargo", ] [dependencies.colored] version = "2.0.0" [dependencies.env_logger] version = "0.9.0" [dependencies.figment] version = "0.10" [dependencies.fkl-parser] version = "0.4.0" [dependencies.fkl_codegen_java] version = "0.4.0" [dependencies.futures] version = "0.3" [dependencies.ignore] version = "0.4" [dependencies.indexmap] version = "1.9.1" [dependencies.log] version = "0.4.0" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.rand] version = "0.8.5" [dependencies.rdkafka] version = "0.25" features = ["cmake-build"] [dependencies.regex] version = "1.6.0" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.rocket] version = "0.5.0-rc.2" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.6" features = [ "runtime-tokio-native-tls", "postgres", "mysql", "chrono", "bigdecimal", "uuid", "json", "ipnetwork", "mac_address", "bit-vec", "offline", ] [dependencies.syntect] version = "5.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tree-sitter] version = "=0.19.3" [dependencies.tree-sitter-java] version = "0.19.0" [dependencies.uuid] version = "1.2.1" features = ["v4"] [dev-dependencies.trycmd] version = "0.14.0"