# 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 = "flnode" version = "0.8.0" authors = ["Linus Gasser "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Glue code for flmodules" homepage = "https://fledg.re" readme = "README.md" keywords = [ "test", "utils", "fledger", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ineiti/fledger" [lib] name = "flnode" path = "src/lib.rs" [[test]] name = "gossip_events" path = "tests/gossip_events.rs" [[test]] name = "ping" path = "tests/ping.rs" [[test]] name = "random_connections" path = "tests/random_connections.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.ed25519-compact] version = "2" [dependencies.flarch] version = "0.8" [dependencies.flmodules] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.itertools] version = "0.13" [dependencies.log] version = "0.4" [dependencies.names] version = "0.14" default-features = false [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.8" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.tokio] version = "1"