# 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" rust-version = "1.82" name = "adana-db" version = "0.18.3" authors = ["Nordine Bittich"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "namespaces aliases for command lines & basic scripting language" homepage = "https://github.com/nbittich/adana" readme = "README.md" license = "MIT" repository = "https://github.com/nbittich/adana" [lib] name = "adana_db" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.bincode] version = "1.3.3" [dependencies.dirs] version = "5.0.1" [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.214" features = [ "serde_derive", "rc", ]