[package] name = "xmpp-core" # Remember to bump html_root_url in src/lib.rs as well. version = "0.0.0" authors = ["Sam Whited "] license = "MIT/Apache-2.0" description = """ An implementation of the Extensible Messaging and Presence Protocol (XMPP) core spec defined in RFC 6120. If you are using XMPP for instant messaging, see the xmpp-im crate. """ repository = "https://bitbucket.org/mellium/xmpp-core/" readme = "README.md" keywords = ["xmpp", "jabber", "rfc6120", "IM", "instant-messaging"] documentation = "https://docs.rs/xmpp-core" categories = ["network-programming"] exclude = [ "bitbucket-pipelines.yml", ] [dependencies]