# 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 = "ramu_rs" version = "0.1.1" authors = ["Jiangqiu Shen"] description = "A simple, fast, and safe Rust library for ramulator" readme = "README.md" license = "MIT" repository = "https://github.com/shenjiangqiu/ramu_rs" resolver = "2" [lib] crate-type = [ "staticlib", "cdylib", "rlib", ] [dependencies.cxx] version = "1.0.74" features = ["c++20"] [dependencies.enum-as-inner] version = "0.5.1" [dependencies.num_enum] version = "0.5.7" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.toml] version = "0.5.9" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15" features = ["env-filter"]