# 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 = "sofapub" version = "0.1.9" authors = ["Justin Thomas "] description = "A minimally functional ActivityPub server" readme = "README.md" license = "MIT" repository = "https://gitlab.com/justindthomas/sofapub" [[bin]] name = "sofapub" [dependencies.anyhow] version = "1.0.75" [dependencies.base64] version = "0.21.3" [dependencies.chrono] version = "0.4.28" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.env_logger] version = "0.10.0" [dependencies.glob] version = "0.3.1" [dependencies.httpdate] version = "1.0.3" [dependencies.itertools] version = "0.11.0" [dependencies.log] version = "0.4.20" [dependencies.minijinja] version = "1.0.7" features = ["loader"] [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.23.0" features = [ "all-widgets", "serde", ] [dependencies.regex] version = "1.9.4" [dependencies.reqwest] version = "0.11.20" features = [ "blocking", "json", ] [dependencies.rocket] version = "=0.5.0-rc.3" features = [ "json", "serde_json", "tls", ] [dependencies.rsa] version = "0.9.2" [dependencies.rust-embed] version = "8.0.0" features = [ "rocket", "compression", "tokio", ] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.sha2] version = "0.10.7" features = ["oid"] [dependencies.url] version = "2.4.1" features = ["serde"] [dependencies.uuid] version = "1.4.1" features = [ "v4", "serde", ]