# 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 = "ic_tx" version = "0.0.1" authors = ["Francesco Cina "] description = "ACID Transactional Storage with transparent Optimistic Lock support." homepage = "https://github.com/ufoscout/ic_tx" readme = "README.md" keywords = [ "acid", "storage", "transaction", "IC", "internet-computer", ] license = "MIT" repository = "https://github.com/ufoscout/ic_tx" [dependencies.candid] version = "0.8" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.thiserror] version = "1.0.37" [features] candid = [ "dep:candid", "dep:serde", ] default = []