# 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 = "discret" version = "0.6.2" authors = ["Adrien Salais "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A backend to create peer to peer (P2P) applications, using a GraphQL inspired syntax " homepage = "https://discretlib.github.io/doc/" readme = "README.md" keywords = [ "p2p", "GraphQl", "QUIC", ] license-file = "LICENCE" [lib] name = "discret" path = "src/lib.rs" [[example]] name = "simple_blocking_chat" path = "examples/simple_blocking_chat.rs" [[example]] name = "simple_chat" path = "examples/simple_chat.rs" [[test]] name = "mutations" path = "tests/mutations.rs" [[test]] name = "synchronisation" path = "tests/synchronisation.rs" [dependencies.base64] version = "0.22.1" [dependencies.bincode] version = "1.3.3" [dependencies.blake3] version = "1.5.1" [dependencies.chrono] version = "0.4.38" [dependencies.ed25519-dalek] version = "2.1.1" features = ["batch"] [dependencies.flume] version = "0.11.0" [dependencies.futures] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.22" optional = true [dependencies.lru] version = "0.12.3" [dependencies.pest] version = "2.7.10" [dependencies.pest_derive] version = "2.7.10" [dependencies.quinn] version = "0.11.2" features = [ "rustls", "ring", "runtime-tokio", ] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.rcgen] version = "0.13.1" [dependencies.rusqlite] version = "0.32.1" features = [ "bundled-sqlcipher-vendored-openssl", "backup", "hooks", "window", ] [dependencies.rust-argon2] version = "2.1.0" [dependencies.rustls] version = "0.23.10" features = [ "ring", "std", ] default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.socket2] version = "0.5.7" [dependencies.sysinfo] version = "0.30.12" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.x25519-dalek] version = "2.0.1" features = [ "static_secrets", "serde", ] [dev-dependencies.log] version = "0.4.22" [features] default = []