# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lc-renderer" version = "0.2.0" authors = ["Andrei Ozerov "] description = "Server to render chart images." homepage = "https://github.com/limpidchart/lc-renderer" documentation = "https://docs.rs/lc-renderer" readme = "README.md" keywords = ["graphics"] categories = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/limpidchart/lc-renderer.git" [dependencies.chrono] version = "0.4" [dependencies.lc-render] version = "0.2.3" [dependencies.prost] version = "0.7" [dependencies.prost-types] version = "0.7" [dependencies.slog] version = "2.7" [dependencies.slog-async] version = "2.5" [dependencies.slog-json] version = "2.3" [dependencies.tokio] version = "1.0" features = ["macros", "rt-multi-thread", "signal"] [dependencies.tonic] version = "0.4" [dependencies.tonic-health] version = "0.3.1" [build-dependencies.tonic-build] version = "0.4"