# 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 = "fb_stats_traits" version = "0.2.0" authors = ["Facebook "] description = "Traits for stats crate" homepage = "https://github.com/facebookexperimental/rust-shed/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/facebookexperimental/rust-shed/" [lib] name = "stats_traits" path = "lib.rs" [dependencies.auto_impl] version = "1.1.0" [dependencies.dashmap] version = "5.4" features = [ "rayon", "serde", ] [dependencies.fbinit] version = "0.2"