# 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 = "gveditor-core-api" version = "0.1.7" authors = ["Marc EspĂ­n Sanz"] description = "Graviton Core API" homepage = "https://github.com/Graviton-Code-Editor/Graviton-App/tree/main" readme = "../readme.md" license = "MIT" repository = "https://github.com/Graviton-Code-Editor/Graviton-App/tree/main" resolver = "2" [dependencies.async-trait] version = "0.1.52" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.tokio] version = "1.18.0" features = [ "sync", "rt", ] [dependencies.tokio-stream] version = "0.1.8" features = ["fs"] [dependencies.toml] version = "0.5.8" [dependencies.tracing] version = "0.1.31"