# 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_ext_loader" 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." keywords = [ "architecture", "parser", ] categories = [ "command-line-interface", "parsing", ] license = "MPL-2.0" repository = "https://github.com/feakin/fklang" resolver = "1" [dependencies.fkl_ext_api] version = "0.4.0" [dependencies.fkl_mir] version = "0.4.0" [dependencies.libloading] version = "0.7" [dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["full"]