# 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 = "hala-pprof-memory" version = "0.2.19" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A memory profile data collector for pprof" documentation = "https://docs.rs/hala-pprof-memory" readme = "README.md" license = "MIT" repository = "https://github.com/HalaOS/pprof-rs.git" [lib] name = "hala_pprof_memory" path = "src/lib.rs" [[test]] name = "profiler_test" path = "tests/profiler_test.rs" [dependencies.backtrace] version = "^0.3" [dependencies.chrono] version = "0.4.38" optional = true [dependencies.protobuf] version = "^3" optional = true [dependencies.serde] version = "^1.0" features = ["derive"] [build-dependencies.cc] version = "^1.1.16" [build-dependencies.protobuf-codegen] version = "^3" [build-dependencies.protoc-bin-vendored] version = "^3" [features] default = ["report"] report = [ "protobuf", "chrono", ]