1234567891011121314151617181920212223242526272829 |
- [package]
- name = "dns"
- version = "0.1.0"
- authors = ["Benjamin Sago <ogham@bsago.me>"]
- edition = "2018"
- [dependencies]
- log = "0.4"
- byteorder = "1.3"
- base64 = "0.13"
- mutagen = { git = "https://github.com/llogiq/mutagen", optional = true }
- unic-idna = "0.9.0"
- [dev-dependencies]
- pretty_assertions = "0.7"
- [features]
- with_mutagen = ["mutagen"]
|