# 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 = "fbas_analyzer" version = "0.7.4" authors = [ "Martin Florian ", "Charmaine Ndolo ", ] description = "Library and tools for analyzing FBASs like the Stellar network" readme = "README.md" keywords = [ "stellar", "fbas", "quorum", "analysis", "simulation", ] categories = [ "command-line-utilities", "science", "simulation", ] license = "MIT" repository = "https://github.com/wiberlin/fbas_analyzer" [[bin]] name = "fbas_analyzer" required-features = ["binaries"] [[bin]] name = "bulk_fbas_analyzer" required-features = [ "binaries", "bulk-analyzer", ] [[bin]] name = "qsc_simulator" required-features = [ "binaries", "qsc-simulation", ] [[bin]] name = "graph_generator" required-features = [ "binaries", "qsc-simulation", ] [[bin]] name = "bulk_performance_experiment" required-features = [ "binaries", "performance-experiment", ] [[bench]] name = "benchmarks" harness = false [dependencies.bit-set] version = "0.5" [dependencies.bzip2] version = "0.4.4" optional = true [dependencies.csv] version = "1.1" optional = true [dependencies.hex] version = "0.4" optional = true [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.par-map] version = "0.1" optional = true [dependencies.pathfinding] version = "2.2" [dependencies.quicli] version = "0.4" optional = true [dependencies.rand] version = "0.8" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "1.11" [dependencies.sha3] version = "0.9" optional = true [dependencies.structopt] version = "0.2" optional = true [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hex] version = "0.4" [dev-dependencies.predicates] version = "2.0" [dev-dependencies.sha3] version = "0.9" [features] binaries = [ "quicli", "structopt", ] bulk-analyzer = [ "csv", "par-map", "sha3", "hex", ] default = [ "binaries", "bulk-analyzer", ] performance-experiment = [ "bulk-analyzer", "qsc-simulation", ] qsc-simulation = [ "rand", "bzip2", ]