# 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 = "ton_smart_contract_address" version = "0.0.4" authors = ["Clomance"] exclude = [ "LICENSE", "README.MD", "RELEASE-NOTES.MD", ".gitignore", ] description = "TON smart contract addresses" homepage = "https://gitlab.com/nosensedev/tonsmartcontractaddress" documentation = "https://docs.rs/tonsmartcontractaddress" readme = "README.MD" keywords = [ "ton", "address", "blockchain", ] license = "MIT" repository = "https://gitlab.com/nosensedev/tonsmartcontractaddress" [dependencies.base64] version = "0.20.0" [dependencies.crc16] version = "0.4.0"