indicate 0.2.0

Library behind cargo-indicate
Documentation
FullQuery(
    query: r#"
{
    RootPackage {
        dependencies {
            name @output(name: "dep_name")
            repository {
                ... on GitHubRepository {
                    owner {
                        username @output(name: "owner_gh_username")
                        unixCreatedAt @output
                        email @output
                    }
                }
                
            }
        }
    }
}
    "#,
    args: {}
)