# 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 = "fcplug-rclib" version = "0.2.1" authors = ["Aoleah "] description = "Foreign Clang Plugin solution" documentation = "https://github.com/andeya/fcplug/blob/main/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/andeya/fcplug" [lib] crate-type = [ "rlib", "staticlib", ] [dependencies.defer-lite] version = "1.0.0" [dependencies.fcplug-macros] version = "0.2.1" [dependencies.flatbuffers] version = "23.5.26" [dependencies.protobuf] version = "2.28.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies] [build-dependencies.fcplug-build] version = "0.2.1"