# 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" rust-version = "1.57" name = "pontus_onyx_gui" version = "0.1.0" authors = ["Jimskapt"] description = "A remoteStorage server as graphical interface" readme = "./README.md" keywords = [ "remotestorage", "database", "local-first", "http", "rest", ] categories = [ "database", "database-implementations", "web-programming", ] license = "MIT" repository = "https://github.com/Jimskapt/pontus_onyx" [dependencies.pontus_onyx] version = "0.16.1" features = [ "server", "server_file_storage", "actix_server", ] [dependencies.serde] version = "1.0.142" features = ["derive"] [dependencies.serde_json] version = "1.0.83" [dependencies.tauri] version = "1.0.5" features = ["api-all"] [build-dependencies.tauri-build] version = "1.0.4" features = [] [features] custom-protocol = ["tauri/custom-protocol"] default = ["custom-protocol"]