# 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 = "ftml-rpc" version = "0.0.4" authors = ["Ammon Smith "] exclude = [".gitignore", ".travis.yml"] description = "Foundation Text Markup Language - an RPC server to provide ftml parsing or rendering" readme = "README.md" keywords = ["wikidot", "ftml", "parsing", "rendering", "html"] categories = ["asynchronous"] license = "AGPL-3.0-or-later" repository = "https://github.com/Nu-SCPTheme/ftml" [lib] name = "ftml_rpc" path = "src/lib.rs" [[bin]] name = "ftml-server" path = "src/main.rs" [dependencies.color-backtrace] version = "0.3" [dependencies.ftml] version = "0.2.19" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.str-macro] version = "0.1" [dependencies.structopt] version = "0.3" [dependencies.tarpc] version = "0.20" features = ["full"] [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.tokio-serde] version = "0.6" features = ["json"] [dependencies.toml] version = "0.5"