# 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 = "sasin" version = "0.1.0" description = "FOSS, no-nonsense GUI API tester written in Rust and rendered natively on the desktop and the web." homepage = "https://www.linkedin.com/in/younghyun-chi-a60b59a9/" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/younghyun1/sasin" [profile.dev] debug = 2 panic = "abort" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "abort" incremental = false strip = true [dependencies.anyhow] version = "1.0.82" [dependencies.bincode] version = "1.3.3" [dependencies.serde] version = "1.0.199" [dependencies.serde_derive] version = "1.0.199"