ryo-server 0.1.0

[preview] RYO Server - tarpc-based RPC server for ryo operations
Documentation
# 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 = "ryo-server"
version = "0.1.0"
authors = ["Yutaka Nishimura"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "[preview] RYO Server - tarpc-based RPC server for ryo operations"
homepage = "https://github.com/ynishi/ryo-rs"
readme = "README.md"
keywords = [
    "rpc",
    "server",
    "tarpc",
    "codemod",
    "daemon",
]
categories = [
    "development-tools",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/ryo-rs"

[lib]
name = "ryo_server"
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.notify]
version = "8"

[dependencies.notify-debouncer-mini]
version = "0.7"

[dependencies.ryo-analysis]
version = "0.1.0"

[dependencies.ryo-app]
version = "0.1.0"

[dependencies.ryo-storage]
version = "0.1.0"

[dependencies.ryo-symbol]
version = "0.1.0"

[dependencies.tarpc]
version = "0.35"
features = [
    "serde-transport",
    "tokio1",
    "serde1",
]

[dependencies.tokio]
version = "1.35"
features = [
    "full",
    "net",
    "sync",
    "rt-multi-thread",
    "macros",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.rmp-serde]
version = "1.3"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.tempfile]
version = "3.10"

[dev-dependencies.tokio]
version = "1.35"
features = [
    "full",
    "net",
    "sync",
    "rt-multi-thread",
    "macros",
    "time",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[build-dependencies.md5]
version = "0.7"