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