# 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 = "rfc-graph" version = "0.4.3" authors = ["Mathieu LALA "] description = "How the rfc are referencing each other" homepage = "https://github.com/Mathieu-Lala/rfc-graph" readme = "README.md" keywords = [ "api", "rfc", "graph", "parser", "data", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/Mathieu-Lala/rfc-graph" [package.metadata.docs.rs] features = [] all-features = false no-default-features = true [package.metadata.deb] changelog = "./package/deb/changelog" [[bench]] name = "proof_criterion" harness = false [[bench]] name = "proof_iai" harness = false [[bench]] name = "iai_proof" path = "benches/iai/proof.rs" harness = false [[bench]] name = "iai_proof2" path = "benches/iai/proof2.rs" harness = false [dependencies.anyhow] version = "1.0.66" [dependencies.async-recursion] version = "1.0.0" [dependencies.async-stream] version = "0.3.3" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.petgraph] version = "0.6.2" [dependencies.reqwest] version = "0.11.13" [dependencies.scraper] version = "0.13.0" [dependencies.serde] version = "1.0.150" [dependencies.serde_json] version = "1.0.79" [dependencies.tokio] version = "1.23.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.11" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.iai] version = "0.1.1" [features]