Split integration tests out to a separate crate, and disable doctests :(
Since we depend on a library with the same name as us, tests get two
copies of log linked in which fails to compile.
We may want to add things to the information provided to `log` and
`enabled`. slf4j provides the ability to pass `Marker` objects when
logging which can be used for more advanced filtering for example.