# 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 = "time_varying_graph" version = "0.1.3" description = "A complex graph package for interacting with time-varying graphs. For more information you can check out https://arxiv.org/abs/1012.0009" readme = "README.md" keywords = [ "math", "graph", "interval", "time-varying-graph", "interval-graph", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zuper1998/time_varying_graph" [dependencies.allen_interval_algebra] version = "0.1.0" [dependencies.crossbeam-channel] version = "0.5" [dependencies.indexmap] version = "1.9.3" [dependencies.json] version = "0.12.4" [dependencies.log] version = "0.4.17" [dependencies.petgraph] version = "0.6.3" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.0" features = ["full"]