[package] name = "rustifolio" version = "0.1.3" edition = "2021" license = "MIT OR Apache-2.0" description = "A FIFO-based database for keeping track of crypto holdings and straightforward profit & loss calculations from trades" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bson = "2.6.1" ethers-core = "2.0.9" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.93" serde_with = "2.2.0"