github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/rust/rideshare/server/Cargo.toml (about)

     1  [package]
     2  name = "server"
     3  version = "0.1.0"
     4  edition = "2021"
     5  
     6  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
     7  
     8  [profile.release]
     9  opt-level=0
    10  debug = true
    11  rpath = true 
    12  lto = false
    13  debug-assertions = true
    14  codegen-units = 4
    15  
    16  [dependencies]
    17  tokio = { version = "1", features = ["full"] }
    18  warp = "0.3"
    19  pyroscope = "0.5"
    20  pyroscope_pprofrs = "0.2"
    21  log = "0.4"
    22  pretty_env_logger = "0.4"
    23  chrono = "0.4"